configdsl 1.2.1 → 1.2.2

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: f7a1fe10ca22b9a57f0864b3fc838877e8bd58a5
4
- data.tar.gz: 3112cbc27003a4ea77bae907b339ccbfb3f999a8
3
+ metadata.gz: 099c821ad13515496dc290ae3215454c2823524c
4
+ data.tar.gz: e5952a669707ca08bcb2648081ad1fa1133f521e
5
5
  SHA512:
6
- metadata.gz: 9e49134ef6f2db5cb16f0df91efc3972a52e3ffd69db6082f48788aaf9cb281c2b94e041c8e577f6099e45de33bb9885b5605317a124fb1722c8dce62fb7240e
7
- data.tar.gz: fc81060fce52ed8a8e9f0442370eaff61720c6937adfc567721dc7cdb23ea01f3288b4b083e6fc3174125af51a8d5ca0a7b02c66f3ed318fd287ec8815b60c47
6
+ metadata.gz: 854427ac100e9b58197961f054e97244c7df294abf4b97b5da659f038458cd720464c15a47f1d02f777fb8b1b7579f2a5b398d559bc1de5254e96826c89d86ca
7
+ data.tar.gz: 892e98bdbc4ae3cc0b208ca087fda3b1cd04ede1f63af8d69d5c6b7c0fef13b8ad9a88c3e03deff5813b90f5351a0e88f473ebaa92edbc80aa763e170d6ebbf0
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 MOZGIII
1
+ Copyright (c) 2013 MOZGIII
2
2
 
3
3
  MIT License
4
4
 
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.description = %q{A convinient Ruby-based DSL for your app configuration!}
8
8
  gem.summary = %q{A convinient Ruby-based DSL for your app configuration!}
9
9
  gem.homepage = "http://github.com/MOZGIII/ConfigDSL"
10
+ gem.license = "MIT"
10
11
 
11
12
  gem.files = `git ls-files`.split($\)
12
13
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module ConfigDSL
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configdsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MOZGIII
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-18 00:00:00.000000000 Z
11
+ date: 2013-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -43,7 +43,8 @@ files:
43
43
  - lib/configdsl.rb
44
44
  - lib/configdsl/version.rb
45
45
  homepage: http://github.com/MOZGIII/ConfigDSL
46
- licenses: []
46
+ licenses:
47
+ - MIT
47
48
  metadata: {}
48
49
  post_install_message:
49
50
  rdoc_options: []
@@ -61,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
62
  version: '0'
62
63
  requirements: []
63
64
  rubyforge_project:
64
- rubygems_version: 2.1.10
65
+ rubygems_version: 2.0.3
65
66
  signing_key:
66
67
  specification_version: 4
67
68
  summary: A convinient Ruby-based DSL for your app configuration!