atomic_cms 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/README.md +3 -0
- data/app/assets/stylesheets/{atomic_cms.css.scss → atomic_cms.scss} +0 -0
- data/atomic_cms.gemspec +3 -4
- metadata +8 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 728586a5dfb314682f1e61766fa29c5922022335
|
|
4
|
+
data.tar.gz: 3ca845f9f74da4c203ba77c7cc4883d12a1c6b35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8aec4890792f8fc849e0443f086dbbf99e2ef735abd0aa4c9b018ab6c8b5cef5297a43db377ef319dfe87b93134c4db09dc297ce5451c2b9c6b14d1d00203ec6
|
|
7
|
+
data.tar.gz: 043a15c92a21e2277c3095163716560d7c650dd05a3c75c54a18aff87d19d0062fdd2bf7035cc1222c613de3575bf9ffd73738b800a497b960147c178a4d270c
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
All notable changes to this project will be documented in this file.
|
|
3
|
+
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
|
+
|
|
5
|
+
## [0.2.5]
|
|
6
|
+
### Added
|
|
7
|
+
- Changelog for tracking releases
|
|
8
|
+
|
|
9
|
+
### Updated
|
|
10
|
+
- Sass files to remove css to fix deprecation warnings
|
|
11
|
+
|
|
12
|
+
[0.2.5]: https://github.com/spartansystems/atomic_cms/compare/v0.2.3...v0.2.5
|
data/README.md
CHANGED
|
@@ -173,3 +173,6 @@ config.autoload_paths += %W(#{config.root}/lib, #{config.root}/app/components/**
|
|
|
173
173
|
### Gotcha's
|
|
174
174
|
When creating a path for a page, from the examples above, make sure to include a
|
|
175
175
|
leading '/', for example: '/home' -or- '/bears'
|
|
176
|
+
|
|
177
|
+
## License
|
|
178
|
+
Atomic CMS is released under the [MIT License](http://opensource.org/licenses/MIT).
|
|
File without changes
|
data/atomic_cms.gemspec
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'atomic_cms'
|
|
3
|
-
s.version = '0.2.
|
|
4
|
-
s.date = '2015-06-19'
|
|
3
|
+
s.version = '0.2.5'
|
|
5
4
|
s.summary = 'Atomic CMS'
|
|
6
5
|
s.description = 'Live CMS powered by atomic assets.'
|
|
7
6
|
s.authors = ['Don Humphreys', 'Spartan']
|
|
8
7
|
s.email = 'spartan-helot@spartansystems.co'
|
|
9
8
|
s.files = `git ls-files`.split(/\n/)
|
|
10
9
|
s.test_files = Dir['spec/**/*']
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
s.homepage = 'https://github.com/spartansystems/atomic_cms'
|
|
11
|
+
s.license = 'MIT'
|
|
13
12
|
|
|
14
13
|
s.add_dependency 'rails', '~> 4.2'
|
|
15
14
|
s.add_dependency 'activeadmin', '1.0.0.pre2'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: atomic_cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Don Humphreys
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2016-01-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -238,6 +238,7 @@ files:
|
|
|
238
238
|
- ".rspec"
|
|
239
239
|
- ".rubocop.yml"
|
|
240
240
|
- ".ruby-version"
|
|
241
|
+
- CHANGELOG.md
|
|
241
242
|
- Gemfile
|
|
242
243
|
- Gemfile.lock
|
|
243
244
|
- README.md
|
|
@@ -245,7 +246,7 @@ files:
|
|
|
245
246
|
- app/assets/images/icon_add_component.png
|
|
246
247
|
- app/assets/images/icon_add_component@2x.png
|
|
247
248
|
- app/assets/javascripts/atomic_cms.js
|
|
248
|
-
- app/assets/stylesheets/atomic_cms.
|
|
249
|
+
- app/assets/stylesheets/atomic_cms.scss
|
|
249
250
|
- app/components/array_component.rb
|
|
250
251
|
- app/controllers/atomic_cms/components_controller.rb
|
|
251
252
|
- app/controllers/atomic_cms/media_controller.rb
|
|
@@ -326,8 +327,9 @@ files:
|
|
|
326
327
|
- spec/uploads/pdf.pdf
|
|
327
328
|
- vendor/assets/javascripts/angular-markdown.js
|
|
328
329
|
- vendor/assets/javascripts/showdown.min.js
|
|
329
|
-
homepage:
|
|
330
|
-
licenses:
|
|
330
|
+
homepage: https://github.com/spartansystems/atomic_cms
|
|
331
|
+
licenses:
|
|
332
|
+
- MIT
|
|
331
333
|
metadata: {}
|
|
332
334
|
post_install_message:
|
|
333
335
|
rdoc_options: []
|
|
@@ -345,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
345
347
|
version: '0'
|
|
346
348
|
requirements: []
|
|
347
349
|
rubyforge_project:
|
|
348
|
-
rubygems_version: 2.
|
|
350
|
+
rubygems_version: 2.5.1
|
|
349
351
|
signing_key:
|
|
350
352
|
specification_version: 4
|
|
351
353
|
summary: Atomic CMS
|