configur 1.0.0 → 1.0.1

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: eb37d6805380cec8569abb4eddefae12fa8b308e
4
- data.tar.gz: ad22074f3680a1f8ef711858cb9695bb3a8e05bd
3
+ metadata.gz: d3a9c1460ec16fed1e4c4a75a48049d2852ca6dd
4
+ data.tar.gz: 7ede67283b2cbd74736d8e6b7a6477ac5f318883
5
5
  SHA512:
6
- metadata.gz: 96b4dbf35938975cf0aa77e9229a67227c95feca2766ef7ffb5a3895f169baa734633144e77e29f1a1453fc70fba4a1a5eb2b39a012b96f4efbf72d1a512f448
7
- data.tar.gz: 220800788f60767910c47bd3522f33b667fa7636f0a9cfbe88f5985d6981d2d1ce93f0e297e2f75212a8338da5a229668f1b34eac3cfdd080d046ed562bb81b9
6
+ metadata.gz: 2bbb432dc59330db92ec99a99b8ffca2328e87d32a73122030ec122a5083f597bb8a83308fc10fe5b240dc15a6160e30ff2c4996cd3d0c6137c221c71a12ef18
7
+ data.tar.gz: f5bd07a6a9613aadc13b5a60192c7b9b17fe8b949e703b3fa119d06f112d3012e8c00510c895acf0d23c0cb463bfe49068748bb02bbdeddee2cf4d9c7d37f121
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Configur
2
2
 
3
- Simply set configuration for you ruby class or module
3
+ Simply set configuration for your ruby class or module
4
4
 
5
5
  ## How to install it ?
6
6
 
data/configur.gemspec CHANGED
@@ -1,5 +1,5 @@
1
1
  # File: configur.gemspec
2
- # Time-stamp: <2014-11-25 23:54:01 pierre>
2
+ # Time-stamp: <2014-11-26 00:03:40 pierre>
3
3
  # Copyright (C) 2014 Pierre Lecocq
4
4
  # Description: Configur library gemspec file
5
5
 
@@ -15,8 +15,8 @@ Gem::Specification.new do |gem|
15
15
 
16
16
  gem.authors = ['Pierre Lecocq']
17
17
  gem.email = ['pierre.lecocq@gmail.com']
18
- gem.summary = 'Simply set configuration for you ruby class or module'
19
- gem.description = 'Simply set configuration for you ruby class or module'
18
+ gem.summary = 'Simply set configuration for your ruby class or module'
19
+ gem.description = 'Simply set configuration for your ruby class or module'
20
20
  gem.homepage = 'https://github.com/pierre-lecocq/configur'
21
21
  gem.date = '2014-11-25'
22
22
  gem.license = 'MIT'
data/lib/configur.rb CHANGED
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  # File: configur.rb
4
- # Time-stamp: <2014-11-25 23:54:12 pierre>
4
+ # Time-stamp: <2014-11-26 00:04:32 pierre>
5
5
  # Copyright (C) 2014 Pierre Lecocq
6
6
  # Description: Configur gem module
7
7
 
8
8
  # Configur module
9
9
  module Configur
10
10
  # Version constant
11
- VERSION = [1, 0, 0].join '.'
11
+ VERSION = [1, 0, 1].join '.'
12
12
 
13
13
  # Configur
14
14
  def configur(&block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configur
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre Lecocq
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Simply set configuration for you ruby class or module
13
+ description: Simply set configuration for your ruby class or module
14
14
  email:
15
15
  - pierre.lecocq@gmail.com
16
16
  executables: []
@@ -44,6 +44,6 @@ rubyforge_project:
44
44
  rubygems_version: 2.2.2
45
45
  signing_key:
46
46
  specification_version: 4
47
- summary: Simply set configuration for you ruby class or module
47
+ summary: Simply set configuration for your ruby class or module
48
48
  test_files: []
49
49
  has_rdoc: