devcamp_cool_view_tool 0.1.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47d1267a033b84d7920852134df3725ef4da0c3169f22e384ce8a03e76921059
4
- data.tar.gz: 1ebc6e9055497fb18dabd67047da9361f6e4571fc0b15a444756e9fa609b2a87
3
+ metadata.gz: 66659eee127e338bf77bfcf0e6538b06c11a060e38d50646195fe5d38788d0a7
4
+ data.tar.gz: 5d2f524b913089c8784cf40b8c2bf442b7467251910eedbf5bcaa28862443846
5
5
  SHA512:
6
- metadata.gz: 0ef45e2f91976c204fa4c5748be6181c37ce79b515ed67e0c1048a5888e88d64809110565c5175f3827c1201b929464bf16896ddf0df9d7b38c5adc4e3dfe72d
7
- data.tar.gz: 2cccee72fa4a1e05d4b9209833b24ec2851a750631271cdbaeeeec73c9e0c3ece4347b373877037f31b32f7514048393bc79c3a00f6d9f229a6f12c54f142a6b
6
+ metadata.gz: 15a64fb8e4c258107c2981b55dfb870ed173cc397b0985f27cd7509253aba2019044040666972415532db5381a14014dc17a2fcda0c210cbc2220311a02d6a16
7
+ data.tar.gz: 15e9fd1c24c0a94fba0dd461a03d3c62c58f4ac2be9d2fdb5f2463d59a32aa0e0e9922a8991932f28635ee3de836d89c51ca9c45678a4e483cd6b946d91207c8
data/Gemfile.lock ADDED
@@ -0,0 +1,20 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ devcamp_cool_view_tool (0.2.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ rake (10.5.0)
10
+
11
+ PLATFORMS
12
+ ruby
13
+
14
+ DEPENDENCIES
15
+ bundler (~> 2.0)
16
+ devcamp_cool_view_tool!
17
+ rake (~> 10.0)
18
+
19
+ BUNDLED WITH
20
+ 2.0.1
@@ -1,3 +1,3 @@
1
1
  module DevcampCoolViewTool
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devcamp_cool_view_tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yurii Fulmes
@@ -48,6 +48,7 @@ files:
48
48
  - ".gitignore"
49
49
  - CODE_OF_CONDUCT.md
50
50
  - Gemfile
51
+ - Gemfile.lock
51
52
  - LICENSE.txt
52
53
  - README.md
53
54
  - Rakefile