Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
Why:

* Cuz we are gonna update the version
* Add homepage
* Add license

This change addresses the need by:

* Updating the gemspec to the new version
* Uncomment two lines in the gemspec
* Add data to the readme for truthiness
  • Loading branch information
Mrjaco12 committed Jan 29, 2016
1 parent 7b5a442 commit d750841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,6 @@ config.autoload_paths += %W(#{config.root}/lib, #{config.root}/app/components/**
### Gotcha's
When creating a path for a page, from the examples above, make sure to include a
leading '/', for example: '/home' -or- '/bears'

## License
Atomic CMS is released under the [MIT License](http://opensource.org/licenses/MIT).
7 changes: 3 additions & 4 deletions atomic_cms.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Gem::Specification.new do |s|
s.name = 'atomic_cms'
s.version = '0.2.3'
s.date = '2015-06-19'
s.version = '0.2.4'
s.summary = 'Atomic CMS'
s.description = 'Live CMS powered by atomic assets.'
s.authors = ['Don Humphreys', 'Spartan']
s.email = '[email protected]'
s.files = `git ls-files`.split(/\n/)
s.test_files = Dir['spec/**/*']
# s.homepage = 'http://rubygems.org/gems/atomic_cms'
# s.license = 'MIT'
s.homepage = 'https://github.com/spartansystems/atomic_cms'
s.license = 'MIT'

s.add_dependency 'rails', '~> 4.2'
s.add_dependency 'activeadmin', '1.0.0.pre2'
Expand Down

0 comments on commit d750841

Please sign in to comment.