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.
Files changed (2) hide show
  1. data/lib/static_blocks/version.rb +1 -1
  2. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module StaticBlocks
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: Description of StaticBlocks.
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: Summary of StaticBlocks.
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