string_inflection 0.1.0 → 0.1.1

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: 6ccdb09a6459670061c234d2a261cd5bb5e04c20
4
- data.tar.gz: 003588a28cc2ba21c1eea20d30f485d6221c4e1e
3
+ metadata.gz: ef19a771e554b2ee789056aea04ba8506067f012
4
+ data.tar.gz: fe587d5f8af638b77659831a229d851f8111aac3
5
5
  SHA512:
6
- metadata.gz: 4c3917694e94e8dfd0ec321fb50fb5f9073f797dddda5adfc18d5f12e821468adf1b5cdd6f4973c152a20f8e1d09fd4c5c8bf3427e99fdb1ee4e7f30f76bafa5
7
- data.tar.gz: e4996bdb1838c67b9b1d73782300f11014fc712cf199fa879e9844b8e610c49c529ef7500807bc32a6abdb53d4a761be826f61963d08048e76875e1357b04d8d
6
+ metadata.gz: 951fe8872ca34d487acb31b204751322c56c88d51a3324bffcd88e808514d9518e89c8599bac161000a2b4939817908fe213491fe7cf41cc53f88b3f3b6c6c75
7
+ data.tar.gz: fca2511d5b8f32122f01ea9e6e456991e88e5cd5c1bcd4fa0021bbb7f89757eebdb2452c9b737fce118b6ff2fc0da83793b4e885f3d9e780ffded63c24a0c7b4
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 mosop
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A yet another Ruby library for string inflection.
4
4
 
5
+ [![Build Status](https://travis-ci.org/mosop/string_inflection-ruby.svg?branch=master)](https://travis-ci.org/mosop/string_inflection-ruby)
6
+
5
7
  ## Benefits
6
8
 
7
9
  * No more Active Support in your Gemfiles/gemspecs only for inflection.
@@ -1,3 +1,3 @@
1
1
  module StringInflection
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = StringInflection::VERSION
9
9
  spec.authors = ["mosop"]
10
10
  spec.email = [""]
11
+ spec.licenses = ['MIT']
11
12
 
12
13
  spec.summary = %q{A yet another Ruby library for string inflection.}
13
14
  spec.homepage = "https://github.com/mosop/string_inflection-ruby"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: string_inflection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mosop
@@ -64,6 +64,7 @@ files:
64
64
  - ".rspec"
65
65
  - ".travis.yml"
66
66
  - Gemfile
67
+ - LICENSE
67
68
  - README.md
68
69
  - Rakefile
69
70
  - bin/console
@@ -86,7 +87,8 @@ files:
86
87
  - lib/string_inflection/version.rb
87
88
  - string_inflection.gemspec
88
89
  homepage: https://github.com/mosop/string_inflection-ruby
89
- licenses: []
90
+ licenses:
91
+ - MIT
90
92
  metadata: {}
91
93
  post_install_message:
92
94
  rdoc_options: []