space2hyphen 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a44a0ea459518571525e7013af43a8c0706418f
4
- data.tar.gz: 0f0a62efe05821245c088674a3b2df19f23e06f7
3
+ metadata.gz: ca9af21e8dc25d1a94713da19ff5b6e9bd68b38d
4
+ data.tar.gz: 86db9d2e208d33db20cd45497e8ed7cc94a551cf
5
5
  SHA512:
6
- metadata.gz: a435f8cb87fb129e25dd34e694e0ee6ddf1eb48525e5ea09e2b985581d620441836986661262313cd42cd7fad466fd1bf334010209935bd0485e5c5acd84ef0b
7
- data.tar.gz: 786dbed497e2f62a161b11be8829f330c0712081594054b46d194ed44527b3d0945bff8b93a749fbd9700cffbe5f16755801b20e51cffba9e039bb7b636d9356
6
+ metadata.gz: b6f19389afc3fb7a34a53fe2e35ec7c5f92069c2533378893501a459b9c249778a4e7176c0aca9ff17f344a202b10a256e69c1732722da6f71b2de5795b51bf5
7
+ data.tar.gz: da85fe0e58d500be94c6a339c3919a55da2d72dc6401980926b965e7dc268e542f48fcccf77b89b5ac419adffe86749562507706a712f200a7774e6f708bb359
@@ -1,6 +1,3 @@
1
1
  AllCops:
2
2
  Exclude:
3
3
  - 'vendor/**/*'
4
-
5
- Style/Encoding:
6
- Enabled: true
@@ -6,12 +6,6 @@ rvm:
6
6
  - 2.1.2
7
7
  - 2.1.1
8
8
  - 2.1.0
9
- - 1.9.3-p547
10
- - 1.9.3-p392
11
- - 1.9.3-p429
12
- - 1.9.3-p448
13
- - 1.9.3-p484
14
- - 1.9.3-p545
15
9
 
16
10
  before_install:
17
11
  - gem install bundler
data/Gemfile CHANGED
@@ -1,5 +1,3 @@
1
- # coding: utf-8
2
-
3
1
  source 'https://rubygems.org'
4
2
 
5
3
  gemspec
data/Rakefile CHANGED
@@ -1,5 +1,3 @@
1
- # coding: utf-8
2
-
3
1
  require 'bundler/gem_tasks'
4
2
  require 'rspec/core/rake_task'
5
3
 
data/bin/s2h CHANGED
@@ -1,6 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- # coding: utf-8
3
-
4
2
  require 'space2hyphen'
5
3
 
6
4
  CREATE_FLAGS = %w(-c --create)
@@ -1,6 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- # coding: utf-8
3
-
4
2
  require 'space2hyphen'
5
3
 
6
4
  CREATE_FLAGS = %w(-c --create)
@@ -1,5 +1,3 @@
1
- # coding: utf-8
2
-
3
1
  require 'space2hyphen/version'
4
2
 
5
3
  # This is the main functions.
@@ -1,6 +1,4 @@
1
- # coding: utf-8
2
-
3
1
  # This module holds the Space2hyphen version information.
4
2
  module Space2hyphen
5
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
6
4
  end
@@ -1,4 +1,3 @@
1
- # coding: utf-8
2
1
  lib = File.expand_path('../lib', __FILE__)
3
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
3
  require 'space2hyphen/version'
@@ -1,5 +1,3 @@
1
- # coding: utf-8
2
-
3
1
  require 'spec_helper'
4
2
 
5
3
  describe Space2hyphen do
@@ -1,5 +1,3 @@
1
- # coding: utf-8
2
-
3
1
  require 'bundler/setup'
4
2
  require 'space2hyphen'
5
3
  Bundler.setup
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: space2hyphen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - sachin21
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-09 00:00:00.000000000 Z
11
+ date: 2016-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -142,11 +142,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  requirements: []
144
144
  rubyforge_project:
145
- rubygems_version: 2.4.5
145
+ rubygems_version: 2.2.5
146
146
  signing_key:
147
147
  specification_version: 4
148
148
  summary: Change the space into hyphen
149
149
  test_files:
150
150
  - spec/space2dash_spec.rb
151
151
  - spec/spec_helper.rb
152
- has_rdoc: