localized_gems 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,6 @@ History.txt
3
3
  Manifest.txt
4
4
  README.txt
5
5
  Rakefile
6
- bin/localized_gems
7
6
  lib/localized_gems.rb
8
7
  lib/gem_helpers.rb
9
8
  test/test_localized_gems.rb
@@ -1,3 +1,6 @@
1
+ base = File.expand_path(File.dirname(__FILE__))
2
+ require base + '/gem_helpers'
3
+
1
4
  class LocalizedGems
2
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
3
6
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: localized_gems
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cliff Cyphers
@@ -26,8 +26,8 @@ dependencies:
26
26
  description: Cross platform utility for installing gems on a per project basis
27
27
  email:
28
28
  - cliff.cyphers@gmail.com
29
- executables:
30
- - localized_gems
29
+ executables: []
30
+
31
31
  extensions: []
32
32
 
33
33
  extra_rdoc_files:
@@ -40,7 +40,6 @@ files:
40
40
  - Manifest.txt
41
41
  - README.txt
42
42
  - Rakefile
43
- - bin/localized_gems
44
43
  - lib/localized_gems.rb
45
44
  - lib/gem_helpers.rb
46
45
  - test/test_localized_gems.rb
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
-