fusic-cli-ruby 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: 9e4eab60b9ec13cae3b82f4e121d06bc7424bbb126507974e7f6f06c31088cd6
4
- data.tar.gz: be6b62d20c6ff2fbd4e5817a5dc5444e5c436cc3c47b58d0ea7516448a37bcc3
3
+ metadata.gz: 6c8343aeee2359d350c0f3ce4a567f8f2a8aeb26ed0000734dac8051046adc8d
4
+ data.tar.gz: e431076df2d5325015e946985f93cd55efdbabb6574efa29468a9685de5af55c
5
5
  SHA512:
6
- metadata.gz: 7c2a87426fa6579c271876234bac7d080913d65e0ac4f8078eff15169b3cd3c51e11638afb202156633e39d9e1c0856632c36715dd1f6c4cfd75226789cf7ec0
7
- data.tar.gz: 27e91c1e3b21b7dc86e66a0cffb3364092d15452ceffb24fc313795d59dfcad6003dc49e09011d8075f1bbcb30398090b0203a8ad69996d1d9faf6f2df8058d1
6
+ metadata.gz: fbfd18b61f8c9d520b0a167ba3ee7f2a6b44c66f9d0c0350ed97ee84612e0299bb65cf450f5ea494f38c791b5343cd9a4f0c47bbad458df3dbe8c600cf695a21
7
+ data.tar.gz: b347e793c4aa83b084f11d920c4baf515f7784484041fafa0d15d1de2a902de933d4df700c91b30f1cab51b514a8dc40bbce4933487e3a3fd2049f798ccc6bba
data/.gitignore CHANGED
@@ -10,3 +10,4 @@
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
12
  /vendor/bundle
13
+ Gemfile.lock
@@ -9,13 +9,12 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['okazaki@fusic.co.jp']
10
10
 
11
11
  spec.summary = 'This is Fusic CLI.'
12
- spec.description = 'git@github.com:fusic/fusic-cli-ruby.git'
12
+ spec.description = 'Quick access to Fusic information.'
13
13
  spec.homepage = 'https://github.com/fusic/fusic-cli-ruby'
14
14
  spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
15
15
 
16
16
  spec.metadata['homepage_uri'] = spec.homepage
17
17
  spec.metadata['source_code_uri'] = 'https://github.com/fusic/fusic-cli-ruby'
18
- spec.metadata['changelog_uri'] = 'https://github.com/fusic/fusic-cli-ruby/blob/master/CHANGELOG.md'
19
18
 
20
19
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
21
20
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -3,7 +3,7 @@
3
3
  module Fusic
4
4
  module Cli
5
5
  module Ruby
6
- VERSION = '0.1.0'
6
+ VERSION = '0.1.1'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusic-cli-ruby
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
  - Yuhei Okazaki
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.1.0
41
- description: git@github.com:fusic/fusic-cli-ruby.git
41
+ description: Quick access to Fusic information.
42
42
  email:
43
43
  - okazaki@fusic.co.jp
44
44
  executables:
@@ -51,7 +51,6 @@ files:
51
51
  - ".rubocop.yml"
52
52
  - ".travis.yml"
53
53
  - Gemfile
54
- - Gemfile.lock
55
54
  - README.md
56
55
  - Rakefile
57
56
  - bin/console
@@ -67,7 +66,6 @@ licenses: []
67
66
  metadata:
68
67
  homepage_uri: https://github.com/fusic/fusic-cli-ruby
69
68
  source_code_uri: https://github.com/fusic/fusic-cli-ruby
70
- changelog_uri: https://github.com/fusic/fusic-cli-ruby/blob/master/CHANGELOG.md
71
69
  post_install_message:
72
70
  rdoc_options: []
73
71
  require_paths:
data/Gemfile.lock DELETED
@@ -1,157 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- fusic-cli-ruby (0.1.0)
5
- launchy (~> 2.5.0)
6
- thor (~> 1.1.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- addressable (2.8.0)
12
- public_suffix (>= 2.0.2, < 5.0)
13
- aruba (2.0.0)
14
- bundler (>= 1.17, < 3.0)
15
- childprocess (>= 2.0, < 5.0)
16
- contracts (>= 0.16.0, < 0.18.0)
17
- cucumber (>= 4.0, < 8.0)
18
- rspec-expectations (~> 3.4)
19
- thor (~> 1.0)
20
- ast (2.4.2)
21
- builder (3.2.4)
22
- childprocess (4.1.0)
23
- coderay (1.1.3)
24
- contracts (0.16.1)
25
- cucumber (7.0.0)
26
- builder (~> 3.2, >= 3.2.4)
27
- cucumber-core (~> 10.0, >= 10.0.1)
28
- cucumber-create-meta (~> 6.0, >= 6.0.1)
29
- cucumber-cucumber-expressions (~> 12.1, >= 12.1.1)
30
- cucumber-gherkin (~> 20.0, >= 20.0.1)
31
- cucumber-html-formatter (~> 16.0, >= 16.0.1)
32
- cucumber-messages (~> 17.0, >= 17.0.1)
33
- cucumber-wire (~> 6.0, >= 6.0.1)
34
- diff-lcs (~> 1.4, >= 1.4.4)
35
- mime-types (~> 3.3, >= 3.3.1)
36
- multi_test (~> 0.1, >= 0.1.2)
37
- sys-uname (~> 1.2, >= 1.2.2)
38
- cucumber-core (10.0.1)
39
- cucumber-gherkin (~> 20.0, >= 20.0.1)
40
- cucumber-messages (~> 17.0, >= 17.0.1)
41
- cucumber-tag-expressions (~> 3.0, >= 3.0.1)
42
- cucumber-create-meta (6.0.1)
43
- cucumber-messages (~> 17.0, >= 17.0.1)
44
- sys-uname (~> 1.2, >= 1.2.2)
45
- cucumber-cucumber-expressions (12.1.3)
46
- cucumber-gherkin (20.0.1)
47
- cucumber-messages (~> 17.0, >= 17.0.1)
48
- cucumber-html-formatter (16.0.1)
49
- cucumber-messages (~> 17.0, >= 17.0.1)
50
- cucumber-messages (17.1.0)
51
- cucumber-tag-expressions (3.0.1)
52
- cucumber-wire (6.1.1)
53
- cucumber-core (~> 10.0, >= 10.0.1)
54
- cucumber-cucumber-expressions (~> 12.1, >= 12.1.2)
55
- cucumber-messages (~> 17.0, >= 17.0.1)
56
- diff-lcs (1.4.4)
57
- ffi (1.15.4)
58
- formatador (0.3.0)
59
- guard (2.18.0)
60
- formatador (>= 0.2.4)
61
- listen (>= 2.7, < 4.0)
62
- lumberjack (>= 1.0.12, < 2.0)
63
- nenv (~> 0.1)
64
- notiffany (~> 0.0)
65
- pry (>= 0.13.0)
66
- shellany (~> 0.0)
67
- thor (>= 0.18.1)
68
- guard-compat (1.2.1)
69
- guard-rspec (4.7.3)
70
- guard (~> 2.1)
71
- guard-compat (~> 1.1)
72
- rspec (>= 2.99.0, < 4.0)
73
- guard-rubocop (1.5.0)
74
- guard (~> 2.0)
75
- rubocop (< 2.0)
76
- launchy (2.5.0)
77
- addressable (~> 2.7)
78
- listen (3.7.0)
79
- rb-fsevent (~> 0.10, >= 0.10.3)
80
- rb-inotify (~> 0.9, >= 0.9.10)
81
- lumberjack (1.2.8)
82
- method_source (1.0.0)
83
- mime-types (3.3.1)
84
- mime-types-data (~> 3.2015)
85
- mime-types-data (3.2021.0901)
86
- multi_test (0.1.2)
87
- nenv (0.3.0)
88
- notiffany (0.1.3)
89
- nenv (~> 0.1)
90
- shellany (~> 0.0)
91
- parallel (1.20.1)
92
- parser (3.0.2.0)
93
- ast (~> 2.4.1)
94
- pry (0.14.1)
95
- coderay (~> 1.1)
96
- method_source (~> 1.0)
97
- public_suffix (4.0.6)
98
- rainbow (3.0.0)
99
- rake (12.3.3)
100
- rb-fsevent (0.11.0)
101
- rb-inotify (0.10.1)
102
- ffi (~> 1.0)
103
- regexp_parser (2.1.1)
104
- rexml (3.2.5)
105
- rspec (3.10.0)
106
- rspec-core (~> 3.10.0)
107
- rspec-expectations (~> 3.10.0)
108
- rspec-mocks (~> 3.10.0)
109
- rspec-core (3.10.1)
110
- rspec-support (~> 3.10.0)
111
- rspec-expectations (3.10.1)
112
- diff-lcs (>= 1.2.0, < 2.0)
113
- rspec-support (~> 3.10.0)
114
- rspec-mocks (3.10.2)
115
- diff-lcs (>= 1.2.0, < 2.0)
116
- rspec-support (~> 3.10.0)
117
- rspec-support (3.10.2)
118
- rubocop (1.20.0)
119
- parallel (~> 1.10)
120
- parser (>= 3.0.0.0)
121
- rainbow (>= 2.2.2, < 4.0)
122
- regexp_parser (>= 1.8, < 3.0)
123
- rexml
124
- rubocop-ast (>= 1.9.1, < 2.0)
125
- ruby-progressbar (~> 1.7)
126
- unicode-display_width (>= 1.4.0, < 3.0)
127
- rubocop-ast (1.11.0)
128
- parser (>= 3.0.1.1)
129
- rubocop-rake (0.6.0)
130
- rubocop (~> 1.0)
131
- rubocop-rspec (2.4.0)
132
- rubocop (~> 1.0)
133
- rubocop-ast (>= 1.1.0)
134
- ruby-progressbar (1.11.0)
135
- shellany (0.0.1)
136
- sys-uname (1.2.2)
137
- ffi (~> 1.1)
138
- thor (1.1.0)
139
- unicode-display_width (2.0.0)
140
-
141
- PLATFORMS
142
- ruby
143
-
144
- DEPENDENCIES
145
- aruba (~> 2.0.0)
146
- fusic-cli-ruby!
147
- guard-rspec
148
- guard-rubocop
149
- pry
150
- rake (~> 12.0)
151
- rspec (~> 3.0)
152
- rubocop
153
- rubocop-rake
154
- rubocop-rspec
155
-
156
- BUNDLED WITH
157
- 2.1.4