spiffing 0.0.1 → 0.0.2

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.
data/Gemfile.lock CHANGED
@@ -2,6 +2,7 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  spiffing (0.0.1)
5
+ commander
5
6
 
6
7
  GEM
7
8
  remote: https://rubygems.org/
@@ -14,5 +15,4 @@ PLATFORMS
14
15
  ruby
15
16
 
16
17
  DEPENDENCIES
17
- commander
18
18
  spiffing!
@@ -1,3 +1,3 @@
1
1
  module Spiffing
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/spiffing.gemspec CHANGED
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = ["spiffing"]
17
17
  gem.require_paths = ["lib"]
18
- gem.add_development_dependency("commander")
18
+ gem.add_runtime_dependency("commander")
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spiffing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,7 +19,7 @@ dependencies:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: '0'
22
- type: :development
22
+ type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false