- Remove sprockets-rails as a gem dependency
- Bump actionpack from 7.0.4.3 to 7.0.5.1 (security release)
- Make public
AirtableSync::Api
instance method#table(table_name)
- Upgrade Airrecord dependency to '~> 1.0.12'
- Add AirtableSync::Api.bases which fetches all bases from Airtable
- Drop
airrecord
fork requirement My fix was merged into the original gem, so we can use the original gem again. My fix: sirupsen/airrecord#100
- Use
airrecord
fork instead of the original gem This allows us to use the version of Airrecord with the fix for table names with spaces.
- Release initial version of the library