tonic-cms 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/README +0 -0
- data/lib/tonic-cms/version.rb +1 -1
- data/tonic-cms.gemspec +3 -3
- metadata +6 -5
data/README
ADDED
File without changes
|
data/lib/tonic-cms/version.rb
CHANGED
data/tonic-cms.gemspec
CHANGED
@@ -6,10 +6,10 @@ Gem::Specification.new do |s|
|
|
6
6
|
s.name = "tonic-cms"
|
7
7
|
s.version = Tonic::Cms::VERSION
|
8
8
|
s.authors = ["Bryan Thompson"]
|
9
|
-
s.email = ["bryan@
|
9
|
+
s.email = ["bryan.thompson@firespring.com"]
|
10
10
|
s.homepage = ""
|
11
|
-
s.summary = %q{
|
12
|
-
s.description = %q{
|
11
|
+
s.summary = %q{Client gem for the Tonic CMS}
|
12
|
+
s.description = %q{Client gem for the Tonic CMS}
|
13
13
|
|
14
14
|
s.rubyforge_project = "tonic-cms"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tonic-cms
|
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:
|
@@ -9,17 +9,18 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-12 00:00:00.000000000Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
14
|
+
description: Client gem for the Tonic CMS
|
15
15
|
email:
|
16
|
-
- bryan@
|
16
|
+
- bryan.thompson@firespring.com
|
17
17
|
executables: []
|
18
18
|
extensions: []
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
21
21
|
- .gitignore
|
22
22
|
- Gemfile
|
23
|
+
- README
|
23
24
|
- Rakefile
|
24
25
|
- lib/tonic-cms.rb
|
25
26
|
- lib/tonic-cms/version.rb
|
@@ -47,5 +48,5 @@ rubyforge_project: tonic-cms
|
|
47
48
|
rubygems_version: 1.8.15
|
48
49
|
signing_key:
|
49
50
|
specification_version: 3
|
50
|
-
summary:
|
51
|
+
summary: Client gem for the Tonic CMS
|
51
52
|
test_files: []
|