rack_pack 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RackPack
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/rack_pack.gemspec CHANGED
@@ -3,9 +3,9 @@ require File.expand_path('../lib/rack_pack/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["James MacLeod"]
6
- gem.email = ["james@flowmedia.co.uk"]
7
- gem.description = ["A simple CMS system built on top of sinatra for lighweight but feature rich sites"]
8
- gem.summary = ["A simple CMS system built on top of sinatra for lighweight but feature rich sites"]
6
+ gem.email = "james@flowmedia.co.uk"
7
+ gem.description = "A simple CMS system built on top of sinatra for lighweight but feature rich sites"
8
+ gem.summary = "A simple CMS system built on top of sinatra for lighweight but feature rich sites"
9
9
  gem.homepage = ""
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_pack
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:
@@ -13,7 +13,7 @@ date: 2012-04-05 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra
16
- requirement: &70358889124560 !ruby/object:Gem::Requirement
16
+ requirement: &70212138512900 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 1.3.2
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70358889124560
24
+ version_requirements: *70212138512900
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70358889124060 !ruby/object:Gem::Requirement
27
+ requirement: &70212138512400 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,11 +32,10 @@ dependencies:
32
32
  version: '2.6'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70358889124060
36
- description: ! '["A simple CMS system built on top of sinatra for lighweight but feature
37
- rich sites"]'
38
- email:
39
- - james@flowmedia.co.uk
35
+ version_requirements: *70212138512400
36
+ description: A simple CMS system built on top of sinatra for lighweight but feature
37
+ rich sites
38
+ email: james@flowmedia.co.uk
40
39
  executables: []
41
40
  extensions: []
42
41
  extra_rdoc_files: []
@@ -73,7 +72,7 @@ rubyforge_project:
73
72
  rubygems_version: 1.8.10
74
73
  signing_key:
75
74
  specification_version: 3
76
- summary: ! '["A simple CMS system built on top of sinatra for lighweight but feature
77
- rich sites"]'
75
+ summary: A simple CMS system built on top of sinatra for lighweight but feature rich
76
+ sites
78
77
  test_files:
79
78
  - spec/page_spec.rb