geminstaller 0.4.2 → 0.4.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/History.txt +3 -0
- data/lib/geminstaller.rb +1 -1
- data/website/src/index.page +3 -1
- metadata +2 -2
data/History.txt
CHANGED
data/lib/geminstaller.rb
CHANGED
data/website/src/index.page
CHANGED
@@ -50,8 +50,10 @@ Please "report any others that you find":http://thewoolleyweb.lighthouseapp.com/
|
|
50
50
|
|
51
51
|
h2(#history). History
|
52
52
|
|
53
|
+
* 0.4.3
|
54
|
+
** Repackage gem with released version of RubyGems 1.2.0.
|
53
55
|
* 0.4.2
|
54
|
-
** Compatibility with RubyGems 1.2.0
|
56
|
+
** Compatibility with RubyGems 1.2.0.
|
55
57
|
* 0.4.1
|
56
58
|
** Fix bug with warnings for outdated/incompatible rubygems versions.
|
57
59
|
* 0.4.0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: geminstaller
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chad Woolley
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-06-
|
12
|
+
date: 2008-06-23 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|