bundler 1.9.9 → 1.9.10
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/bundler/definition.rb +4 -0
- data/lib/bundler/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7ba9a5f037fd8b2267e68e4e626430415af1bad
|
|
4
|
+
data.tar.gz: d8a8a8c16b072a11b045ee0aa8a552ceafcc6efc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eff7b83bdb98b930a813a883b342040eee62223128c873b183923cdfcaaf9e3686ff07cf0a3472899e3fea03e884cc188049a7f37bab9d001f4dfc25675c6728
|
|
7
|
+
data.tar.gz: 876a966f750690227641524d8cd6bf4dc4d0b72c1ff6b3a92ba8514ab858e53d828de7da19c7fcfffff6fe0adef0af37105c838483514a974858c31a89412ee9
|
data/CHANGELOG.md
CHANGED
data/lib/bundler/definition.rb
CHANGED
data/lib/bundler/version.rb
CHANGED
|
@@ -2,5 +2,5 @@ module Bundler
|
|
|
2
2
|
# We're doing this because we might write tests that deal
|
|
3
3
|
# with other versions of bundler and we are unsure how to
|
|
4
4
|
# handle this better.
|
|
5
|
-
VERSION = "1.9.
|
|
5
|
+
VERSION = "1.9.10" unless defined?(::Bundler::VERSION)
|
|
6
6
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bundler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- André Arko
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2015-
|
|
14
|
+
date: 2015-06-23 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: mustache
|
|
@@ -309,8 +309,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
309
309
|
version: 1.3.6
|
|
310
310
|
requirements: []
|
|
311
311
|
rubyforge_project:
|
|
312
|
-
rubygems_version: 2.4.
|
|
312
|
+
rubygems_version: 2.4.8
|
|
313
313
|
signing_key:
|
|
314
314
|
specification_version: 4
|
|
315
315
|
summary: The best way to manage your application's dependencies
|
|
316
316
|
test_files: []
|
|
317
|
+
has_rdoc:
|