static_blocks 0.0.1 → 0.0.2
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_blocks/version.rb +1 -1
- metadata +3 -3
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: static_blocks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -251,7 +251,7 @@ dependencies:
|
|
|
251
251
|
- - ! '>='
|
|
252
252
|
- !ruby/object:Gem::Version
|
|
253
253
|
version: '0'
|
|
254
|
-
description:
|
|
254
|
+
description: Create static blocks of content. Place them anywhere in your views.
|
|
255
255
|
email:
|
|
256
256
|
- travis@travisluong.com
|
|
257
257
|
executables: []
|
|
@@ -534,7 +534,7 @@ rubyforge_project:
|
|
|
534
534
|
rubygems_version: 1.8.25
|
|
535
535
|
signing_key:
|
|
536
536
|
specification_version: 3
|
|
537
|
-
summary:
|
|
537
|
+
summary: Static Blocks is an ultra light-weight CMS for Ruby on Rails.
|
|
538
538
|
test_files:
|
|
539
539
|
- spec/spec_helper.rb
|
|
540
540
|
- spec/integration/static_blocks_spec.rb
|