Skip to content

Commit

Permalink
Merge pull request #50 from spartansystems/defect-sass-deprecation
Browse files Browse the repository at this point in the history
Defect sass deprecation
  • Loading branch information
Mrjaco12 committed Jan 29, 2016
2 parents 1214081 + d750841 commit 133bbcd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.5]
### Added
- Changelog for tracking releases

### Updated
- Sass files to remove css to fix deprecation warnings

[0.2.5]: https://github.com/spartansystems/atomic_cms/compare/v0.2.3...v0.2.5
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).
File renamed without changes.
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.5'
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 133bbcd

Please sign in to comment.