puggernaut 0.1.4 → 0.1.5

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.
@@ -1,5 +1,5 @@
1
1
  name: puggernaut
2
- version: 0.1.4
2
+ version: 0.1.5
3
3
  authors:
4
4
  - Winton Welsh
5
5
  email: mail@wintoni.us
@@ -36,7 +36,7 @@ unless defined?(Puggernaut::Gems)
36
36
 
37
37
  self.gemset ||= gemset_from_loaded_specs
38
38
 
39
- gems.flatten.collect(&:to_sym).each do |name|
39
+ gems.flatten.collect { |g| g.to_sym }.each do |name|
40
40
  version = @versions[name]
41
41
  vendor = File.expand_path("../../../vendor/#{name}/lib", __FILE__)
42
42
  if File.exists?(vendor)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Winton Welsh