bundler-fastupdate 0.0.1 → 0.0.2
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/.gitignore +1 -0
- data/bin/{bundle → bundle-fastupdate} +0 -0
- data/lib/bundler-fastupdate/version.rb +1 -1
- metadata +5 -6
- data/lib/.bundler_fastupdate.rb.swp +0 -0
data/.gitignore
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: bundler-fastupdate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- David McCullars
|
|
@@ -38,7 +38,7 @@ description: Provide a significantly faster update under certain circumstances
|
|
|
38
38
|
email:
|
|
39
39
|
- dmccullars@ePublishing.com
|
|
40
40
|
executables:
|
|
41
|
-
- bundle
|
|
41
|
+
- bundle-fastupdate
|
|
42
42
|
extensions: []
|
|
43
43
|
|
|
44
44
|
extra_rdoc_files: []
|
|
@@ -47,9 +47,8 @@ files:
|
|
|
47
47
|
- .gitignore
|
|
48
48
|
- Gemfile
|
|
49
49
|
- Rakefile
|
|
50
|
-
- bin/bundle
|
|
50
|
+
- bin/bundle-fastupdate
|
|
51
51
|
- bundler-fastupdate.gemspec
|
|
52
|
-
- lib/.bundler_fastupdate.rb.swp
|
|
53
52
|
- lib/bundler-fastupdate.rb
|
|
54
53
|
- lib/bundler-fastupdate/version.rb
|
|
55
54
|
- lib/bundler/fast_updater.rb
|
|
@@ -67,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
67
66
|
requirements:
|
|
68
67
|
- - ">="
|
|
69
68
|
- !ruby/object:Gem::Version
|
|
70
|
-
hash: -
|
|
69
|
+
hash: -3706439590731499019
|
|
71
70
|
segments:
|
|
72
71
|
- 0
|
|
73
72
|
version: "0"
|
|
@@ -76,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
75
|
requirements:
|
|
77
76
|
- - ">="
|
|
78
77
|
- !ruby/object:Gem::Version
|
|
79
|
-
hash: -
|
|
78
|
+
hash: -3706439590731499019
|
|
80
79
|
segments:
|
|
81
80
|
- 0
|
|
82
81
|
version: "0"
|
|
Binary file
|