Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flipper Cache Store .gemspec #269

Merged
merged 1 commit into from
Jun 14, 2017
Merged

Conversation

AlexWheeler
Copy link
Collaborator

@AlexWheeler AlexWheeler commented Jun 14, 2017

fixes #267

  • Has ActiveSupport runtime dependency

Docs PR up #268

Copy link
Collaborator

@jnunemaker jnunemaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks legit. I often gem build the gemspec and gem install the built gem to see the exact files that got included, just to be sure it has what I want.

Gem::Specification.new do |gem|
gem.authors = ['John Nunemaker']
gem.email = ['nunemaker@gmail.com']
gem.summary = 'ActiveSupport: Cache::Store adapter for Flipper'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason this is different from description other than the warning when building the gem from the gemspec? If not, I'd probably let them be identical.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, making them identical! Must have not had my coffee this am

* Has an ActiveSupport dependency so publish as own gem
@AlexWheeler AlexWheeler merged commit a1b381c into master Jun 14, 2017
@AlexWheeler AlexWheeler deleted the flipper-cache-store-gemspec branch June 14, 2017 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create gemspec for cache-store
2 participants