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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad715486947bc1a10ffb6bf29eb91bdf4bfa7e1b
4
- data.tar.gz: 2e671fcad160aeb240388aaf3b85968833f17338
3
+ metadata.gz: e49c1056c5d86f09ef1d2bba16bd105e160de88c
4
+ data.tar.gz: d848295184e79f1c2649694d2bae74ae99419144
5
5
  SHA512:
6
- metadata.gz: 98de9e9b4e33eb1866ea30f205ce6def223de175ab836c7a9abccc83deaff09befbecfd661781ddbb4e802997704fefcc00c2c3de4b3cbb6b8988548f7fb0ae0
7
- data.tar.gz: 919ecf0d2103b04106233a936c410e5b44455d1522059aae39a5620480286b7c603b504132a7c7ab045524db0d0a3e502a2bb728922b003c2feed9d9b9ab576e
6
+ metadata.gz: 58ff778216c3419e1c234330d5fc3c688100575ae266f8227238b4398c480d3140d8c2c0e6400429c90b4f6baba3f4dc4dd7902b809655a8ac3aa3e9df016b87
7
+ data.tar.gz: c565906ec73d96c2ce4b26a83f9d802f11696a48cc4f89b75217a51ef3fa5ae17ac59ec568df8ef6574e075e56f30a043aaf6db3865c0b2cd3cb9f4ea14df53f
@@ -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{Write a short summary. Required.}
12
- spec.description = %q{Write a longer description. Optional.}
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
 
@@ -1,3 +1,3 @@
1
1
  module BundlerIssue
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: Write a longer description. Optional.
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: Write a short summary. Required.
79
+ summary: This is not a realy gem. Just trying to reproduce a bundler issue.
80
80
  test_files: []