rufus-jig 0.1.1 → 0.1.2
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.txt +5 -1
- data/CREDITS.txt +4 -0
- data/README.rdoc +2 -1
- data/lib/rufus/jig.rb +1 -1
- data/lib/rufus/jig/http.rb +2 -0
- metadata +2 -2
data/CHANGELOG.txt
CHANGED
data/CREDITS.txt
CHANGED
data/README.rdoc
CHANGED
|
@@ -189,7 +189,8 @@ http://rufus.rubyforge.org
|
|
|
189
189
|
|
|
190
190
|
== authors
|
|
191
191
|
|
|
192
|
-
* John Mettraux,
|
|
192
|
+
* John Mettraux, http://jmettraux.wordpress.com/
|
|
193
|
+
* Kenneth Kalmer, http://www.opensourcery.co.za/
|
|
193
194
|
|
|
194
195
|
|
|
195
196
|
== license
|
data/lib/rufus/jig.rb
CHANGED
data/lib/rufus/jig/http.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rufus-jig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Mettraux
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-12-
|
|
13
|
+
date: 2009-12-07 00:00:00 +09:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies: []
|
|
16
16
|
|