lock_jar 0.4.4 → 0.4.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.4
1
+ 0.4.5
@@ -89,13 +89,10 @@ module LockJar
89
89
  end
90
90
  end
91
91
 
92
- if lock_jar_file.repositories.size > 0
93
- lock_data['repositories'] = resolver(opts).remote_repositories
94
-
95
- if needs_force_encoding
96
- lock_data['repositories'].map! { |repo| repo.force_encoding("UTF-8") }
97
- end
98
- end
92
+ lock_data['repositories'] = resolver(opts).remote_repositories
93
+ if needs_force_encoding
94
+ lock_data['repositories'].map! { |repo| repo.force_encoding("UTF-8") }
95
+ end
99
96
 
100
97
  if lock_jar_file.maps.size > 0
101
98
  lock_data['maps'] = lock_jar_file.maps
data/lock_jar.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "lock_jar"
8
- s.version = "0.4.4"
8
+ s.version = "0.4.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Guymon"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lock_jar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -173,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: 27735535067066855
176
+ hash: -2177112024216823600
177
177
  required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  none: false
179
179
  requirements: