gittycent 0.0.1 → 0.0.3
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/CHANGELOG +4 -0
- data/README.rdoc +1 -1
- data/Rakefile +1 -1
- data/gittycent.gemspec +5 -5
- metadata +15 -7
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
data/Rakefile
CHANGED
|
@@ -2,7 +2,7 @@ require 'spec/rake/spectask'
|
|
|
2
2
|
|
|
3
3
|
require 'echoe'
|
|
4
4
|
Echoe.new 'gittycent' do |p|
|
|
5
|
-
p.description = "
|
|
5
|
+
p.description = "A GitHub wrapper in Ruby."
|
|
6
6
|
p.url = "http://github.com/fastestforward/gittycent"
|
|
7
7
|
p.author = "Elijah Miller"
|
|
8
8
|
p.email = "elijah.miller@gmail.com"
|
data/gittycent.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{gittycent}
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.3"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Elijah Miller"]
|
|
9
|
-
s.date = %q{2010-03-
|
|
10
|
-
s.description = %q{
|
|
9
|
+
s.date = %q{2010-03-13}
|
|
10
|
+
s.description = %q{A GitHub wrapper in Ruby.}
|
|
11
11
|
s.email = %q{elijah.miller@gmail.com}
|
|
12
12
|
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.rdoc", "lib/gittycent.rb"]
|
|
13
13
|
s.files = ["CHANGELOG", "LICENSE", "Manifest", "README.rdoc", "Rakefile", "gittycent.gemspec", "lib/gittycent.rb"]
|
|
@@ -15,8 +15,8 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Gittycent", "--main", "README.rdoc"]
|
|
16
16
|
s.require_paths = ["lib"]
|
|
17
17
|
s.rubyforge_project = %q{gittycent}
|
|
18
|
-
s.rubygems_version = %q{1.3.
|
|
19
|
-
s.summary = %q{
|
|
18
|
+
s.rubygems_version = %q{1.3.6}
|
|
19
|
+
s.summary = %q{A GitHub wrapper in Ruby.}
|
|
20
20
|
|
|
21
21
|
if s.respond_to? :specification_version then
|
|
22
22
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gittycent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 0
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.0.3
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Elijah Miller
|
|
@@ -9,11 +14,11 @@ autorequire:
|
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
11
16
|
|
|
12
|
-
date: 2010-03-
|
|
17
|
+
date: 2010-03-13 23:00:00 -05:00
|
|
13
18
|
default_executable:
|
|
14
19
|
dependencies: []
|
|
15
20
|
|
|
16
|
-
description:
|
|
21
|
+
description: A GitHub wrapper in Ruby.
|
|
17
22
|
email: elijah.miller@gmail.com
|
|
18
23
|
executables: []
|
|
19
24
|
|
|
@@ -50,20 +55,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
50
55
|
requirements:
|
|
51
56
|
- - ">="
|
|
52
57
|
- !ruby/object:Gem::Version
|
|
58
|
+
segments:
|
|
59
|
+
- 0
|
|
53
60
|
version: "0"
|
|
54
|
-
version:
|
|
55
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
62
|
requirements:
|
|
57
63
|
- - ">="
|
|
58
64
|
- !ruby/object:Gem::Version
|
|
65
|
+
segments:
|
|
66
|
+
- 1
|
|
67
|
+
- 2
|
|
59
68
|
version: "1.2"
|
|
60
|
-
version:
|
|
61
69
|
requirements: []
|
|
62
70
|
|
|
63
71
|
rubyforge_project: gittycent
|
|
64
|
-
rubygems_version: 1.3.
|
|
72
|
+
rubygems_version: 1.3.6
|
|
65
73
|
signing_key:
|
|
66
74
|
specification_version: 3
|
|
67
|
-
summary:
|
|
75
|
+
summary: A GitHub wrapper in Ruby.
|
|
68
76
|
test_files: []
|
|
69
77
|
|