bundler_issue 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.
- checksums.yaml +4 -4
- data/bundler_issue.gemspec +2 -2
- data/lib/bundler_issue/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e49c1056c5d86f09ef1d2bba16bd105e160de88c
|
|
4
|
+
data.tar.gz: d848295184e79f1c2649694d2bae74ae99419144
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58ff778216c3419e1c234330d5fc3c688100575ae266f8227238b4398c480d3140d8c2c0e6400429c90b4f6baba3f4dc4dd7902b809655a8ac3aa3e9df016b87
|
|
7
|
+
data.tar.gz: c565906ec73d96c2ce4b26a83f9d802f11696a48cc4f89b75217a51ef3fa5ae17ac59ec568df8ef6574e075e56f30a043aaf6db3865c0b2cd3cb9f4ea14df53f
|
data/bundler_issue.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = BundlerIssue::VERSION
|
|
9
9
|
spec.authors = ["Lukasz Krystkowiak"]
|
|
10
10
|
spec.email = ["lukasz.krystkowiak@gmail.com"]
|
|
11
|
-
spec.summary = %q{
|
|
12
|
-
spec.description = %q{
|
|
11
|
+
spec.summary = %q{This is not a realy gem. Just trying to reproduce a bundler issue.}
|
|
12
|
+
spec.description = %q{This is not a realy gem. Just trying to reproduce a bundler issue.}
|
|
13
13
|
spec.homepage = ""
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bundler_issue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lukasz Krystkowiak
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description:
|
|
41
|
+
description: This is not a realy gem. Just trying to reproduce a bundler issue.
|
|
42
42
|
email:
|
|
43
43
|
- lukasz.krystkowiak@gmail.com
|
|
44
44
|
executables: []
|
|
@@ -76,5 +76,5 @@ rubyforge_project:
|
|
|
76
76
|
rubygems_version: 2.2.2
|
|
77
77
|
signing_key:
|
|
78
78
|
specification_version: 4
|
|
79
|
-
summary:
|
|
79
|
+
summary: This is not a realy gem. Just trying to reproduce a bundler issue.
|
|
80
80
|
test_files: []
|