Andrey-hello_world 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: cbebf910ebb008277e0db5830ce3321522f64b83ef1f2c8c90d101703b6fa0ab
4
- data.tar.gz: f0ad8667863eabf67197912137f3a62d48928616978e02b62916c8f19969b49f
3
+ metadata.gz: 9e166ceb06a0a0b4ccd31615e814d9559f12876f88c2a62e033cdb79f4d29990
4
+ data.tar.gz: 1f3b65a2101f0c795b11c401725952894c01fd380676a1248eae409b842f9010
5
5
  SHA512:
6
- metadata.gz: dbe370d03144f4ee7eebc3520c98407e134d9cc9e2efcece92fff93f75e2c3f0b616e56c970dce9741361e22d4d69cabc8d7ef3041462ba1f74424324ff81b3b
7
- data.tar.gz: 64cc944bd4e5fb2886f3a2c763337a6e2925147ea72e39057833fe7986006e13702672ac50042a13a6ecfbc001abef6d83bfbe3e2c5956338826d350697ce8f0
6
+ metadata.gz: 45415d068d89cececab0157d38954b465f30502a9bb75d661da59a5e28130552a6544936c638b5042b7501ceefece59c2d70ede2d308d02e977d6d113130d2be
7
+ data.tar.gz: 217de0e4f73b875cd779630822f81a8bfa32f40810297446770af5e1e13dad71b1f6cb6777b20dd089743fcc1f6aa14394c0bd9a2f96fe96bda224b4951f91ee
data/Gemfile.lock ADDED
@@ -0,0 +1,35 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ Andrey-hello_world (0.1.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ diff-lcs (1.3)
10
+ rake (10.5.0)
11
+ rspec (3.8.0)
12
+ rspec-core (~> 3.8.0)
13
+ rspec-expectations (~> 3.8.0)
14
+ rspec-mocks (~> 3.8.0)
15
+ rspec-core (3.8.2)
16
+ rspec-support (~> 3.8.0)
17
+ rspec-expectations (3.8.5)
18
+ diff-lcs (>= 1.2.0, < 2.0)
19
+ rspec-support (~> 3.8.0)
20
+ rspec-mocks (3.8.2)
21
+ diff-lcs (>= 1.2.0, < 2.0)
22
+ rspec-support (~> 3.8.0)
23
+ rspec-support (3.8.3)
24
+
25
+ PLATFORMS
26
+ ruby
27
+
28
+ DEPENDENCIES
29
+ Andrey-hello_world!
30
+ bundler (~> 1.17)
31
+ rake (~> 10.0)
32
+ rspec (~> 3.0)
33
+
34
+ BUNDLED WITH
35
+ 1.17.2
@@ -1,5 +1,5 @@
1
1
  module Andrey
2
2
  module HelloWorld
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Andrey-hello_world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "“Andrey"
@@ -65,6 +65,7 @@ files:
65
65
  - Andrey-hello_world.gemspec
66
66
  - CODE_OF_CONDUCT.md
67
67
  - Gemfile
68
+ - Gemfile.lock
68
69
  - LICENSE.txt
69
70
  - README.md
70
71
  - Rakefile