nex3-test-pkg 3.0.0 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/nex3-test-pkg-3.0.0.gem +0 -0
- data/nex3-test-pkg.gemspec +1 -1
- metadata +4 -3
data/Gemfile
CHANGED
@@ -1 +1 @@
|
|
1
|
-
gem 'test-
|
1
|
+
gem 'test-git2', :git => '/tmp/bundler-test/test-git2'
|
Binary file
|
data/nex3-test-pkg.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nex3-test-pkg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 63
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
|
-
-
|
7
|
+
- 4
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
version:
|
10
|
+
version: 4.0.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Nathan Weizenbaum
|
@@ -30,6 +30,7 @@ extra_rdoc_files: []
|
|
30
30
|
files:
|
31
31
|
- nex3-test-pkg.gemspec
|
32
32
|
- Gemfile
|
33
|
+
- nex3-test-pkg-3.0.0.gem
|
33
34
|
has_rdoc: true
|
34
35
|
homepage:
|
35
36
|
licenses: []
|