ethmo 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3586f58bafa8b9132b9455c1ba70c8fcf086eeb0
4
- data.tar.gz: 15a1d3ae96e3a50e820cfaf1bf1ebde668bf187f
3
+ metadata.gz: d23cd2b67676ebefd1e0179f1edee86e06a02641
4
+ data.tar.gz: 3f7dfce07f4bb0aa53f728e105136bbfcf7257ce
5
5
  SHA512:
6
- metadata.gz: e0c0cbe4c22cc4f177b376aedd6b85e3530291188fd84d3412b296d892e5afd44e40f74d85e5e7fa142b1264bc1dcc4d9129cce02f718c30dca14391c33343c1
7
- data.tar.gz: d571fa0d33759142060b25e27a079c2aa673d5280768e7c66586d2c9ad2494b4311dbefea682d1dbf9d38edd1828be5458c2db5dbf502dc8b2aebc72ae2c0433
6
+ metadata.gz: 66dfb260ff4cc741bd546b1113715524e52451e05dc729986019d9ef9a4168209239350a186f794e06c7ed0adb0c794e23b163dc09766526eef06a1720d6deae
7
+ data.tar.gz: 4c9c4ab5520589591b8eb2550f6ed47e1c03a59e78c5e86e259bfa2c3bce836a6f1516d306936e4c26d0e317ecd5e8294eff81820686df269d318604af0f2ed6
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ Gemfile.lock
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ethmo
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethmo
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
  - 蒼時弦也
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-17 00:00:00.000000000 Z
11
+ date: 2018-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -78,7 +78,6 @@ files:
78
78
  - ".rubocop.yml"
79
79
  - ".travis.yml"
80
80
  - Gemfile
81
- - Gemfile.lock
82
81
  - README.md
83
82
  - Rakefile
84
83
  - bin/console
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- ethmo (0.1.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- ast (2.4.0)
10
- coderay (1.1.2)
11
- diff-lcs (1.3)
12
- method_source (0.9.0)
13
- parallel (1.12.1)
14
- parser (2.4.0.2)
15
- ast (~> 2.3)
16
- powerpack (0.1.1)
17
- pry (0.11.2)
18
- coderay (~> 1.1.0)
19
- method_source (~> 0.9.0)
20
- rainbow (3.0.0)
21
- rake (10.5.0)
22
- rspec (3.7.0)
23
- rspec-core (~> 3.7.0)
24
- rspec-expectations (~> 3.7.0)
25
- rspec-mocks (~> 3.7.0)
26
- rspec-core (3.7.0)
27
- rspec-support (~> 3.7.0)
28
- rspec-expectations (3.7.0)
29
- diff-lcs (>= 1.2.0, < 2.0)
30
- rspec-support (~> 3.7.0)
31
- rspec-mocks (3.7.0)
32
- diff-lcs (>= 1.2.0, < 2.0)
33
- rspec-support (~> 3.7.0)
34
- rspec-support (3.7.0)
35
- rubocop (0.52.1)
36
- parallel (~> 1.10)
37
- parser (>= 2.4.0.2, < 3.0)
38
- powerpack (~> 0.1)
39
- rainbow (>= 2.2.2, < 4.0)
40
- ruby-progressbar (~> 1.7)
41
- unicode-display_width (~> 1.0, >= 1.0.1)
42
- ruby-progressbar (1.9.0)
43
- unicode-display_width (1.3.0)
44
-
45
- PLATFORMS
46
- ruby
47
-
48
- DEPENDENCIES
49
- bundler (~> 1.16)
50
- ethmo!
51
- pry
52
- rake (~> 10.0)
53
- rspec (~> 3.0)
54
- rubocop (~> 0.52.1)
55
-
56
- BUNDLED WITH
57
- 1.16.1