inflect 0.2.2 → 0.2.4

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: 53be0693b9edb25da2858481d98e9320a8ee773e
4
- data.tar.gz: cb1efab2840feceaf9b8f4119295b10f343239df
3
+ metadata.gz: 0e5fd118f02dd234427ad22c5dfa48162ed84253
4
+ data.tar.gz: 91b002f70e9b0bdd615ef02327586f0d98f67cee
5
5
  SHA512:
6
- metadata.gz: 59c2e062d1e474d70c7fb041ddf8a1d53012ad5cdcb8ae2d1ce5e7f58a7016f3c9dcaa006bce78f959bf8704326e71c7d9603b3ccf30ef5f71e06be392d56b9f
7
- data.tar.gz: 6377e0c791fcdea3f0d41720f32fed16109c6f9e43768bd1c78fc0fa94778b2b8531d3c1c6eb8f29047f9838e843e7336ebf64498a8b5a952d395fe2de2a9376
6
+ metadata.gz: 80ca60df32eb52112e3d1374d178a1c6a0aa289fa4a267f2f76c68066e87dc8dcb8ec93d43da8dbba561856ca206209682174e55047309a179f13081ab2d62c6
7
+ data.tar.gz: e6493f449da8ac808eaa8e52368ebc5037a7ca8bf9e3e72374fa773edd0fb180dcdd372cc6583a9f1bdef1b6071b3a304224eaf6bd7f6e4275e376ea2200ff3f
data/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  The micro-framework for service integration.
4
4
 
5
+ ## Overview
6
+
7
+ [![Gem Version](https://img.shields.io/gem/v/inflect.svg)](https://rubygems.org/gems/inflect)
8
+ [![Inline docs](https://inch-ci.org/github/InflectProject/inflect.png)](https://inch-ci.org/github/InflectProject/inflect)
9
+
10
+
5
11
  ## Installation
6
12
 
7
13
  Add this line to your application's Gemfile:
@@ -17,7 +17,7 @@ module Inflect
17
17
  attr_reader :services_path, :locale_path
18
18
 
19
19
  def initialize
20
- @services_path = File.join(__dir__, 'services')
20
+ @services_path = File.join('lib', 'services')
21
21
  @locale_path = File.join(File.dirname(__FILE__), 'locale/en.yml')
22
22
  end
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module Inflect
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inflect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Figueiras