geminstaller 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.4.3 / 2008-06-23
2
+ * Repackage gem with released version of RubyGems 1.2.0, to avoid problems for older versions of RubyGems.
3
+
1
4
  == 0.4.2 / 2008-06-19
2
5
  * Compatibility with RubyGems 1.2.0
3
6
 
data/lib/geminstaller.rb CHANGED
@@ -34,7 +34,7 @@ module GemInstaller
34
34
  end
35
35
 
36
36
  def self.version
37
- "0.4.2"
37
+ "0.4.3"
38
38
  end
39
39
 
40
40
  def self.create_application(args = [], registry = nil)
@@ -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.2
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-24 00:00:00 -07:00
12
+ date: 2008-06-23 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15