gemspec_deps_gen 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  * Initial release.
6
6
 
7
- == Version 1.0.3
7
+ == Version 1.0.4
8
8
 
9
9
  * Adding missing dependency to file_utils.
@@ -15,6 +15,6 @@ Gem::Specification.new do |spec|
15
15
  spec.require_paths = ["lib"]
16
16
  spec.version = GemspecDepsGen::VERSION
17
17
 
18
- spec.add_runtime_dependency "file_utils", [">= 0"]
18
+ spec.add_development_dependency "file_utils", [">= 0"]
19
19
  end
20
20
 
@@ -1,3 +1,3 @@
1
1
  module GemspecDepsGen
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemspec_deps_gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
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: :runtime
22
+ type: :development
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false