rounders-yaml 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
  SHA1:
3
- metadata.gz: 7d7e9f45887759f0aa7c53899c48b35b9f7fcb19
4
- data.tar.gz: b37f988113be43de520a3da01115f7da84bdb0aa
3
+ metadata.gz: dcbbd2c6320ec614af48fd49e6072afa7fd387f4
4
+ data.tar.gz: 59b0ef6d0fa5e2c8bb7200c6957722814414e4a7
5
5
  SHA512:
6
- metadata.gz: 10602826829ca837cc9575d45cadb57a4651e9613471501fda383c3ce62b770fdfd7858fb7f73a2e0550aa41ad0bfaad2b085351a7adbdf381c5c7139f7fe753
7
- data.tar.gz: ef592b9b8c013c1f024aac94ee22d44d043cd8e6dd7f93ff8651594e8afe24b8781ad6c04eca2f8593b907e37202af1102f4a9bf5178257016d5ca9eb5ebde06
6
+ metadata.gz: 8affee831d0a4620bfeb1d5dff64b931651954bd7f83a0b4591ef7f8d2fe136feab39731defb0e494273ddfa860f3f5886cb90f9bb268e1307aaa380f2e57347
7
+ data.tar.gz: ff30f60c91c9fd71f6b96194bb3d6211b389e2b8b370649cc9ac9fa887e4b79b7a3f67d2ae5a24874a9f671cfccd6859c4a2b24fb92a43983b8e9f047d5540d2
@@ -1,5 +1,5 @@
1
1
  module Rounders
2
2
  module Yaml
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: rounders-yaml
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
  - Akira Takahashi
@@ -105,7 +105,6 @@ files:
105
105
  - ".rakeTasks"
106
106
  - ".travis.yml"
107
107
  - Gemfile
108
- - Gemfile.lock
109
108
  - MIT-LICENSE
110
109
  - README.md
111
110
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,85 +0,0 @@
1
- GIT
2
- remote: git://github.com/rike422/rounders
3
- revision: 1319515ad8ff71078c1109923cac56c23fe00cb6
4
- branch: config
5
- specs:
6
- rounders (0.6.0)
7
- dotenv
8
- hanami-utils
9
- mail (~> 2.6.4)
10
- mail-gpg
11
- thor
12
- topping
13
-
14
- PATH
15
- remote: .
16
- specs:
17
- rounders-yaml (0.1.0)
18
- rounders (~> 0.6.0)
19
-
20
- GEM
21
- remote: https://rubygems.org/
22
- specs:
23
- coveralls (0.8.21)
24
- json (>= 1.8, < 3)
25
- simplecov (~> 0.14.1)
26
- term-ansicolor (~> 1.3)
27
- thor (~> 0.19.4)
28
- tins (~> 1.6)
29
- diff-lcs (1.3)
30
- docile (1.1.5)
31
- dotenv (2.2.1)
32
- gpgme (2.0.13)
33
- mini_portile2 (~> 2.1)
34
- hanami-utils (1.0.2)
35
- transproc (~> 1.0)
36
- json (2.1.0)
37
- mail (2.6.6)
38
- mime-types (>= 1.16, < 4)
39
- mail-gpg (0.3.1)
40
- gpgme (~> 2.0, >= 2.0.2)
41
- mail (~> 2.5, >= 2.5.3)
42
- mime-types (3.1)
43
- mime-types-data (~> 3.2015)
44
- mime-types-data (3.2016.0521)
45
- mini_portile2 (2.2.0)
46
- rake (12.0.0)
47
- rspec (3.6.0)
48
- rspec-core (~> 3.6.0)
49
- rspec-expectations (~> 3.6.0)
50
- rspec-mocks (~> 3.6.0)
51
- rspec-core (3.6.0)
52
- rspec-support (~> 3.6.0)
53
- rspec-expectations (3.6.0)
54
- diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.6.0)
56
- rspec-mocks (3.6.0)
57
- diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.6.0)
59
- rspec-support (3.6.0)
60
- simplecov (0.14.1)
61
- docile (~> 1.1.0)
62
- json (>= 1.8, < 3)
63
- simplecov-html (~> 0.10.0)
64
- simplecov-html (0.10.1)
65
- term-ansicolor (1.6.0)
66
- tins (~> 1.0)
67
- thor (0.19.4)
68
- tins (1.15.0)
69
- topping (0.0.2)
70
- transproc (1.0.2)
71
-
72
- PLATFORMS
73
- ruby
74
-
75
- DEPENDENCIES
76
- bundler
77
- coveralls
78
- rake
79
- rounders!
80
- rounders-yaml!
81
- rspec (~> 3.0)
82
- simplecov
83
-
84
- BUNDLED WITH
85
- 1.15.2