list-tool 1.0.3 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: list-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitrii Krasnov
@@ -116,6 +116,8 @@ files:
116
116
  - lib/list_tool/app/commands.rb
117
117
  - lib/list_tool/app/commands/add_item_command.rb
118
118
  - lib/list_tool/app/commands/add_list_command.rb
119
+ - lib/list_tool/app/commands/clear_list_command.rb
120
+ - lib/list_tool/app/commands/command.rb
119
121
  - lib/list_tool/app/commands/delete_item_command.rb
120
122
  - lib/list_tool/app/commands/delete_list_command.rb
121
123
  - lib/list_tool/app/commands/help_command.rb
@@ -140,6 +142,8 @@ files:
140
142
  - spec/list_tool/app/colorizer_spec.rb
141
143
  - spec/list_tool/app/commands/add_item_command_spec.rb
142
144
  - spec/list_tool/app/commands/add_list_command_spec.rb
145
+ - spec/list_tool/app/commands/clear_list_command_spec.rb
146
+ - spec/list_tool/app/commands/command_spec.rb
143
147
  - spec/list_tool/app/commands/delete_item_command_spec.rb
144
148
  - spec/list_tool/app/commands/delete_list_command_spec.rb
145
149
  - spec/list_tool/app/commands/help_command_spec.rb
@@ -184,12 +188,14 @@ rubyforge_project:
184
188
  rubygems_version: 2.2.2
185
189
  signing_key:
186
190
  specification_version: 4
187
- summary: list-tool-1.0.3
191
+ summary: list-tool-1.0.5
188
192
  test_files:
189
193
  - spec/fixtures/data.json
190
194
  - spec/list_tool/app/colorizer_spec.rb
191
195
  - spec/list_tool/app/commands/add_item_command_spec.rb
192
196
  - spec/list_tool/app/commands/add_list_command_spec.rb
197
+ - spec/list_tool/app/commands/clear_list_command_spec.rb
198
+ - spec/list_tool/app/commands/command_spec.rb
193
199
  - spec/list_tool/app/commands/delete_item_command_spec.rb
194
200
  - spec/list_tool/app/commands/delete_list_command_spec.rb
195
201
  - spec/list_tool/app/commands/help_command_spec.rb