methadone 1.9.3 → 1.9.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73ecdb0d6a25a0d70df1947d8e7b61d5f868af3d
4
- data.tar.gz: c03e55ac49781b39210bffe3f823d1bb41dd057a
3
+ metadata.gz: de0eae3c67fb66f7eb034382ac162f6cd276a80a
4
+ data.tar.gz: e7cf1db1b5e661bac9580041ee9bf3fa7d109f2b
5
5
  SHA512:
6
- metadata.gz: ee0591fea3543e5e919e42362a24e94619a03492e3b0b8c1d17ffab6b474d9cfd649d8add9b6db62474c55a102a55025faee9b78d1a770ce3472716d59b844bd
7
- data.tar.gz: bf91fbbcf892e295b1e59885da690d60b1030bf8a2b44fe35b9ef1b24bf2784a6572eb25d5252bf09a6cb6a0e16ccc361c51db6d297415407b806a8f9fca9b45
6
+ metadata.gz: 85c6ce6c76aa8c29d9743bc33da15ba318079b99b45eef36b86fa673cd43d5821d0d10a6a29a9a1f0001f050eb03b30af2691d8487dd6dcc78e30ddc0fa021d2
7
+ data.tar.gz: 683c716e89e779d4cd2b9097a55313bfc6a9ca7197436e55745b50598ced38a26f2555f33a1161e832457f94960e32bdacacfc092f4697cf7053e6cd173e2c1b
@@ -83,7 +83,6 @@ main do |app_name|
83
83
  add_to_file gemspec, [
84
84
  " #{gem_variable}.add_development_dependency('rdoc')",
85
85
  " #{gem_variable}.add_development_dependency('aruba')",
86
- " #{gem_variable}.add_development_dependency('rake')",
87
86
  " #{gem_variable}.add_dependency('methadone', '~> #{Methadone::VERSION}')",
88
87
  ], :before => /^end\s*$/
89
88
  ruby_major,ruby_minor,ruby_patch = RUBY_VERSION.split(/\./).map(&:to_i)
@@ -37,7 +37,7 @@ Feature: Bootstrap a new command-line app
37
37
  And the file "tmp/newgem/.gitignore" should match /.DS_Store/
38
38
  And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency\('aruba'/
39
39
  And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency\('rdoc'/
40
- And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency\('rake'/
40
+ And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency "rake"/
41
41
  And the file "tmp/newgem/newgem.gemspec" should match /add_dependency\('methadone'/
42
42
  And the file "tmp/newgem/newgem.gemspec" should include "test-unit" if needed
43
43
  And the file "tmp/newgem/newgem.gemspec" should use the same block variable throughout
@@ -1,3 +1,3 @@
1
1
  module Methadone #:nodoc:
2
- VERSION = "1.9.3" #:nodoc:
2
+ VERSION = "1.9.4" #:nodoc:
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: methadone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.3
4
+ version: 1.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - davetron5000
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-03 00:00:00.000000000 Z
11
+ date: 2017-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler