mbleigh-ruby-github 0.0.3 → 0.0.4

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/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.0.4 / 2008-04-26
2
+
3
+ * Trying to change the version number to fix broken dependency.
4
+
1
5
  === 0.0.3 / 2008-04-25
2
6
 
3
7
  * Now using GitHub's gem library, ditching Rubyforge.
data/README.txt CHANGED
@@ -55,11 +55,33 @@ latest_commit_filenames = GitHub::API.user('mbleigh').repositories.first.commits
55
55
 
56
56
  = RESOURCES:
57
57
 
58
- * GitHub Project: http://GitHub::API.com/mbleigh/ruby-github
59
- * E-Mail: michael@intridea.com
58
+ * GitHub Project: http://github.com/mbleigh/ruby-github
59
+ * Lighthouse: http://mbleigh.lighthouseapp.com/projects/10115-ruby-github
60
60
 
61
61
  = KNOWN ISSUES/FUTURE DEVELOPMENT:
62
62
 
63
63
  Right now this library isn't spec'ed out, that's the top priority moving forward. It
64
64
  will likely also have to evolve substantially as the GitHub API becomes more mature.
65
- If you have any questions or requests, don't hesitate to e-mail me!
65
+ If you have any questions or requests, don't hesitate to put them on the Lighthouse!
66
+
67
+ Copyright (c) 2008 Michael Bleigh (http://mbleigh.com/)
68
+ and Intridea Inc. (http://intridea.com/), released under the MIT license
69
+
70
+ Permission is hereby granted, free of charge, to any person obtaining
71
+ a copy of this software and associated documentation files (the
72
+ 'Software'), to deal in the Software without restriction, including
73
+ without limitation the rights to use, copy, modify, merge, publish,
74
+ distribute, sublicense, and/or sell copies of the Software, and to
75
+ permit persons to whom the Software is furnished to do so, subject to
76
+ the following conditions:
77
+
78
+ The above copyright notice and this permission notice shall be
79
+ included in all copies or substantial portions of the Software.
80
+
81
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
82
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
83
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
84
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
85
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
86
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
87
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
File without changes
data/ruby-github.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "ruby-github"
3
- s.version = "0.0.3"
4
- s.date = "2008-04-25"
3
+ s.version = "0.0.4"
4
+ s.date = "2008-04-26"
5
5
  s.summary = "Simple Ruby library to access the GitHub API."
6
6
  s.email = "michael@intridea.com"
7
7
  s.homepage = "http://github.com/mbleigh/ruby-github"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mbleigh-ruby-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-04-25 00:00:00 -07:00
12
+ date: 2008-04-26 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency