summaryrefslogtreecommitdiff
path: root/solidus_subscriptions.gemspec
AgeCommit message (Collapse)Author
2017-06-09Support Rails 5.1John Hawthorn
2017-05-23Require a reqcent version of rspec-railsBrendan Deere
Previously this was resolving to 1.6.x.
2017-05-23Fix dependency conflictsBrendan Deere
Rspec was resolving to 3.5.0, and rspec-rails was previously locking the version to 3.4.x. This fixes them
2017-01-06Spec against Solidus 2.0Brendan Deere
2016-10-17yarddocBrendan Deere
2016-09-22Add Timecop as development dependencyAlex Blackie
We're going to need to test dates a lot.
2016-09-22Merge pull request #39 from brendandeere/feature/subscribable_variantsBrendan Deere
Add checkbox for marking variants as subscribable
2016-09-21add version cake dependencyBrendan Deere
We use this to test the Solidus RABL API
2016-09-21Add rspec mocksBrendan Deere
2016-09-21Add Deface as dependencyAlex Blackie
Unfortunately, we can't just copy-in views from Solidus if we want to modify them, as that means anyone else who does that will either get overridden by us, or will override us. Deface seems to still be the only option for this scenario.
2016-09-20Add CI to the projectBrendan Deere
2016-09-12Add I18n for messages intended for displayBrendan Deere
Some messages (for example installment processing messages) will be displayed to the customer. Provide these as translations for easy internationalization
2016-08-31Add Rspec to the gemspecBrendan Deere
2016-08-30Add state_machines as a dependency to the gemBrendan Deere
2016-08-25Add Shoulda mathers and create a rails_helperBrendan Deere
2016-08-25add pry to gemspecBrendan Deere
2016-08-24initBrendan Deere