nex3-test-pkg 3.0.0 → 4.0.0

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/Gemfile CHANGED
@@ -1 +1 @@
1
- gem 'test-git1', :git => '/tmp/bundler-test/test-git1'
1
+ gem 'test-git2', :git => '/tmp/bundler-test/test-git2'
Binary file
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'nex3-test-pkg'
3
- s.version = '3.0.0'
3
+ s.version = '4.0.0'
4
4
  s.summary = 'test'
5
5
  s.author = 'Nathan Weizenbaum'
6
6
  s.files = Dir['*']
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: 7
4
+ hash: 63
5
5
  prerelease: false
6
6
  segments:
7
- - 3
7
+ - 4
8
8
  - 0
9
9
  - 0
10
- version: 3.0.0
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: []