first_github_commit 0.1.0 → 0.1.1
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/Rakefile +2 -2
- data/VERSION +1 -1
- data/first_github_commit.gemspec +3 -3
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -5,8 +5,8 @@ begin
|
|
|
5
5
|
require 'jeweler'
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "first_github_commit"
|
|
8
|
-
gem.summary = %Q{Find the first commit for a given github repository and return the API info
|
|
9
|
-
gem.description = %Q{Find the first commit for a given github repository and return the API info
|
|
8
|
+
gem.summary = %Q{Find the first commit for a given github repository and return the API info about it}
|
|
9
|
+
gem.description = %Q{Find the first commit for a given github repository and return the API info about it}
|
|
10
10
|
gem.email = "christoph at olszowka dot de"
|
|
11
11
|
gem.homepage = "http://github.com/colszowka/first_github_commit"
|
|
12
12
|
gem.authors = ["Christoph Olszowka"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/first_github_commit.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{first_github_commit}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Christoph Olszowka"]
|
|
12
12
|
s.date = %q{2010-06-03}
|
|
13
|
-
s.description = %q{Find the first commit for a given github repository and return the API info
|
|
13
|
+
s.description = %q{Find the first commit for a given github repository and return the API info about it}
|
|
14
14
|
s.email = %q{christoph at olszowka dot de}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
|
|
|
34
34
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
35
35
|
s.require_paths = ["lib"]
|
|
36
36
|
s.rubygems_version = %q{1.3.5}
|
|
37
|
-
s.summary = %q{Find the first commit for a given github repository and return the API info
|
|
37
|
+
s.summary = %q{Find the first commit for a given github repository and return the API info about it}
|
|
38
38
|
s.test_files = [
|
|
39
39
|
"test/fast_context.rb",
|
|
40
40
|
"test/helper.rb",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: first_github_commit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christoph Olszowka
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: 2.10.2
|
|
34
34
|
version:
|
|
35
|
-
description:
|
|
35
|
+
description: Find the first commit for a given github repository and return the API info about it
|
|
36
36
|
email: christoph at olszowka dot de
|
|
37
37
|
executables: []
|
|
38
38
|
|
|
@@ -81,7 +81,7 @@ rubyforge_project:
|
|
|
81
81
|
rubygems_version: 1.3.5
|
|
82
82
|
signing_key:
|
|
83
83
|
specification_version: 3
|
|
84
|
-
summary: Find the first commit for a given github repository and return the API info
|
|
84
|
+
summary: Find the first commit for a given github repository and return the API info about it
|
|
85
85
|
test_files:
|
|
86
86
|
- test/fast_context.rb
|
|
87
87
|
- test/helper.rb
|