space2underscore 0.0.8 → 0.0.9

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: 3cefce42656fb6d8fc113091b0369eaf9e4211f9
4
- data.tar.gz: 012c4dadfc7c3fcd4855cbfb29f519b2d61b5f93
3
+ metadata.gz: 28265589c2d1a5cb934ad32b8480cc0bfc65bf30
4
+ data.tar.gz: c94a175299e09cec20825200af0105a9fb3a7edd
5
5
  SHA512:
6
- metadata.gz: 98b95aef87ae168237dbd2fb900c0f84d02915604408eab9dfb03cefe3fcaeb84d2ba4f9ec32a37ce28d58b151ee488c4f8b621b784f7d77d212bb5829a1aecf
7
- data.tar.gz: 87d903a058732a58b55ce0a2c2c204bf69dac1fec007689469f01e68ff1b159f3262a5592a753504823b69fe4ab82030b089ced658e3bf3d65e3627fe4caee2d
6
+ metadata.gz: 83aa8ea1655cb1f08695e5887bafc231bb2f45984f5fec08ae255a8f174c21b532fb5984209824be2792f24d8111939b7fb090abe9cf04d21f8ce00784f78a97
7
+ data.tar.gz: 2977ad92aa3cdf66b1103028203b23f87c498d597d7b5d645329e3166405903eaa3da805d8c0ed8005a247b41075e3e68f407590af130fda78d0ebd4b66ecc15
data/bin/space2underscore CHANGED
@@ -4,4 +4,4 @@ require 'space2underscore'
4
4
 
5
5
  result = Space2underscore.convert(ARGV)
6
6
  command = Space2underscore.copy_command(result)
7
- puts result.first; system(command)
7
+ puts result; system(command)
@@ -1,3 +1,3 @@
1
1
  module Space2underscore
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: space2underscore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - sachin21