static_content 1.0.0 → 1.0.1
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.
- data/lib/static_content/engine.rb +1 -0
- data/lib/static_content/version.rb +1 -1
- metadata +7 -7
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: static_content
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2012-08-
|
|
14
|
+
date: 2012-08-22 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|
|
@@ -117,14 +117,14 @@ executables: []
|
|
|
117
117
|
extensions: []
|
|
118
118
|
extra_rdoc_files: []
|
|
119
119
|
files:
|
|
120
|
-
- app/models/content.rb
|
|
121
120
|
- app/helpers/content_helper.rb
|
|
121
|
+
- app/models/content.rb
|
|
122
122
|
- config/routes.rb
|
|
123
123
|
- db/migrate/20120705141451_create_contents.rb
|
|
124
|
-
- lib/static_content/
|
|
124
|
+
- lib/generators/static_content/install/install_generator.rb
|
|
125
125
|
- lib/static_content/engine.rb
|
|
126
|
+
- lib/static_content/version.rb
|
|
126
127
|
- lib/static_content.rb
|
|
127
|
-
- lib/generators/static_content/install/install_generator.rb
|
|
128
128
|
- lib/tasks/static_content_tasks.rake
|
|
129
129
|
- MIT-LICENSE
|
|
130
130
|
- Rakefile
|
|
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
version: '0'
|
|
144
144
|
segments:
|
|
145
145
|
- 0
|
|
146
|
-
hash: -
|
|
146
|
+
hash: -2935062702675269822
|
|
147
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
148
|
none: false
|
|
149
149
|
requirements:
|
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
152
152
|
version: '0'
|
|
153
153
|
segments:
|
|
154
154
|
- 0
|
|
155
|
-
hash: -
|
|
155
|
+
hash: -2935062702675269822
|
|
156
156
|
requirements: []
|
|
157
157
|
rubyforge_project:
|
|
158
158
|
rubygems_version: 1.8.24
|