rack_pack 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/rack_pack/version.rb +1 -1
- data/rack_pack.gemspec +3 -3
- metadata +10 -11
data/lib/rack_pack/version.rb
CHANGED
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 =
|
|
7
|
-
gem.description =
|
|
8
|
-
gem.summary =
|
|
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.
|
|
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: &
|
|
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: *
|
|
24
|
+
version_requirements: *70212138512900
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rspec
|
|
27
|
-
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: *
|
|
36
|
-
description:
|
|
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:
|
|
77
|
-
|
|
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
|