public
Rubygem
Description: The official `github` command line helper for simplifying your GitHub experience.
Homepage: http://github.com
Clone URL: git://github.com/defunkt/github-gem.git
Search Repo:
shooting for a github gem
defunkt (author)
Tue May 06 00:39:05 -0700 2008
commit  8d0b2a8df071b4a702110dd0ee38289011a0df76
tree    f8ffa3ba5aeed30d475d3d62b184d9741d874972
parent  6e81a7258f72f153eebf0950f5989068f124be8b
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@
0
 begin
0
   require 'echoe'
0
 
0
- Echoe.new('github', '0.1.1') do |p|
0
+ Echoe.new('github', '0.1.2') do |p|
0
     p.rubyforge_name = 'github'
0
     p.summary = "The official `github` command line helper for simplifying your GitHub experience."
0
     p.description = "The official `github` command line helper for simplifying your GitHub experience."
...
 
 
 
 
1
2
3
 
4
5
6
7
8
9
 
10
11
12
...
21
22
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
 
7
8
9
10
11
12
 
13
14
15
16
...
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
0
@@ -1,12 +1,16 @@
0
+
0
+# Gem::Specification for Github-0.1.2
0
+# Originally generated by Echoe
0
+
0
 Gem::Specification.new do |s|
0
   s.name = %q{github}
0
- s.version = "0.1.1"
0
+ s.version = "0.1.2"
0
 
0
   s.specification_version = 2 if s.respond_to? :specification_version=
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Chris Wanstrath"]
0
- s.date = %q{2008-05-02}
0
+ s.date = %q{2008-05-06}
0
   s.default_executable = %q{github}
0
   s.description = %q{The official `github` command line helper for simplifying your GitHub experience.}
0
   s.email = %q{chris@ozmm.org}
0
@@ -21,4 +25,27 @@
0
   s.rubygems_version = %q{1.1.1}
0
   s.summary = %q{The official `github` command line helper for simplifying your GitHub experience.}
0
 end
0
+
0
+
0
+# # Original Rakefile source (requires the Echoe gem):
0
+#
0
+# require 'rubygems'
0
+# require 'rake'
0
+#
0
+# begin
0
+# require 'echoe'
0
+#
0
+# Echoe.new('github', '0.1.2') do |p|
0
+# p.rubyforge_name = 'github'
0
+# p.summary = "The official `github` command line helper for simplifying your GitHub experience."
0
+# p.description = "The official `github` command line helper for simplifying your GitHub experience."
0
+# p.url = "http://github.com/"
0
+# p.author = 'Chris Wanstrath'
0
+# p.email = "chris@ozmm.org"
0
+# end
0
+#
0
+# rescue LoadError => boom
0
+# puts "You are missing a dependency required for meta-operations on this gem."
0
+# puts "#{boom.to_s.capitalize}."
0
+# end

Comments

    No one has commented yet.