yaz0 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: ebd330069f0f8a3ec7830485d1b91d3be87f32c72374bfdd68ed3af43730ea7b
4
- data.tar.gz: bfb1a68354eb81b6649817f8560e1692236ed384cdcd4780c8434b83348e8c9d
3
+ metadata.gz: b98ce34773d7c314618d2dd957582ae19852e5741cc71a5a2703db1e1b8d6f71
4
+ data.tar.gz: c85ece9160207be1ce84c2edb5b0935c2cee6bf1d84b3b0aa0dd43c25f76ffaa
5
5
  SHA512:
6
- metadata.gz: eae386ef7038fa29f9f46473255c86c5b7c97078cbd5515f93d7d01434d38ba06b6d42779b3f230911aa80d660452e1673c3cd7c5d9e1e944b2d0572f2f6f2fb
7
- data.tar.gz: 3e31817e2ab96530e91fda4dfa7881d4571b5d946d64f50dd3ab54e872f68243adf3750b07b88d1e1ffbc0b9ed931712c7d31e04c9e73cb12e09452ec17b4592
6
+ metadata.gz: b5c80c5a7a0c28240fd3d315ebe5f31aa02a13e64012935778176d26e46575b4f81e197a68c0faa4e343e9d475aa9da344a546b0578bd3b34917b9585fcce35c
7
+ data.tar.gz: 9ba7d55ba7dc73ef3b1bd6e9d041112de31a2055b9eff0b48eb6fb5ec1a86832268161be3c48238b35284d49d0a3b18c535ae84f1ddb295ca6543f7c37421eda
data/.gitignore CHANGED
@@ -16,3 +16,4 @@ mkmf.log
16
16
  .rspec_status
17
17
 
18
18
  /vendor
19
+ /Gemfile.lock
data/lib/yaz0/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Yaz0
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/yaz0.rb CHANGED
@@ -2,6 +2,4 @@ require "yaz0/version"
2
2
  require "yaz0/yaz0"
3
3
 
4
4
  module Yaz0
5
- class Error < StandardError; end
6
- # Your code goes here...
7
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yaz0
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
  - Nax
@@ -22,7 +22,6 @@ files:
22
22
  - ".rspec"
23
23
  - ".travis.yml"
24
24
  - Gemfile
25
- - Gemfile.lock
26
25
  - LICENSE.txt
27
26
  - README.md
28
27
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,37 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- yaz0 (0.1.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- diff-lcs (1.3)
10
- rake (12.3.3)
11
- rake-compiler (1.1.0)
12
- rake
13
- rspec (3.9.0)
14
- rspec-core (~> 3.9.0)
15
- rspec-expectations (~> 3.9.0)
16
- rspec-mocks (~> 3.9.0)
17
- rspec-core (3.9.2)
18
- rspec-support (~> 3.9.3)
19
- rspec-expectations (3.9.2)
20
- diff-lcs (>= 1.2.0, < 2.0)
21
- rspec-support (~> 3.9.0)
22
- rspec-mocks (3.9.1)
23
- diff-lcs (>= 1.2.0, < 2.0)
24
- rspec-support (~> 3.9.0)
25
- rspec-support (3.9.3)
26
-
27
- PLATFORMS
28
- x64-mingw32
29
-
30
- DEPENDENCIES
31
- rake (~> 12.0)
32
- rake-compiler
33
- rspec (~> 3.0)
34
- yaz0!
35
-
36
- BUNDLED WITH
37
- 2.1.4