carrot-top 0.0.6.beta → 0.0.6
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.org +4 -0
- data/carrot-top.gemspec +1 -1
- metadata +7 -10
data/README.org
CHANGED
data/carrot-top.gemspec
CHANGED
|
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "carrot-top"
|
|
5
|
-
s.version = "0.0.6
|
|
5
|
+
s.version = "0.0.6"
|
|
6
6
|
s.authors = ["Sean Porter"]
|
|
7
7
|
s.email = ["portertech@gmail.com"]
|
|
8
8
|
s.homepage = "https://github.com/portertech/carrot-top"
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carrot-top
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 19
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
9
|
- 6
|
|
10
|
-
|
|
11
|
-
version: 0.0.6.beta
|
|
10
|
+
version: 0.0.6
|
|
12
11
|
platform: ruby
|
|
13
12
|
authors:
|
|
14
13
|
- Sean Porter
|
|
@@ -100,14 +99,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
100
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
100
|
none: false
|
|
102
101
|
requirements:
|
|
103
|
-
- - "
|
|
102
|
+
- - ">="
|
|
104
103
|
- !ruby/object:Gem::Version
|
|
105
|
-
hash:
|
|
104
|
+
hash: 3
|
|
106
105
|
segments:
|
|
107
|
-
-
|
|
108
|
-
|
|
109
|
-
- 1
|
|
110
|
-
version: 1.3.1
|
|
106
|
+
- 0
|
|
107
|
+
version: "0"
|
|
111
108
|
requirements: []
|
|
112
109
|
|
|
113
110
|
rubyforge_project: carrot-top
|