-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|