cartoonist-pages 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/cartoonist-pages.gemspec +4 -2
- metadata +14 -3
data/cartoonist-pages.gemspec
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
|
-
s.name = "cartoonist-pages"
|
3
2
|
raise "Cannot find version file!" unless File.exists?(File.join(File.dirname(__FILE__), "../CARTOONIST_VERSION"))
|
4
|
-
|
3
|
+
cartoonist_version = File.read(File.join(File.dirname(__FILE__), "../CARTOONIST_VERSION")).strip
|
4
|
+
s.name = "cartoonist-pages"
|
5
|
+
s.version = cartoonist_version
|
5
6
|
s.date = Time.now.strftime "%Y-%m-%d"
|
6
7
|
s.summary = "Cartoonist Pages"
|
7
8
|
s.description = "This core plugin for Cartoonist adds arbitrary pages."
|
@@ -10,4 +11,5 @@ Gem::Specification.new do |s|
|
|
10
11
|
s.files = `git ls-files`.split("\n")
|
11
12
|
s.require_paths = ["lib"]
|
12
13
|
s.homepage = "http://reasonnumber.com/cartoonist"
|
14
|
+
s.add_dependency "cartoonist", cartoonist_version
|
13
15
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cartoonist-pages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,8 +9,19 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
13
|
-
dependencies:
|
12
|
+
date: 2012-04-17 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: cartoonist
|
16
|
+
requirement: &4831000 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - =
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 0.0.5
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *4831000
|
14
25
|
description: This core plugin for Cartoonist adds arbitrary pages.
|
15
26
|
email: reasonnumber@gmail.com
|
16
27
|
executables: []
|