def_dsl 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. data/def_dsl.gemspec +2 -2
  2. data/lib/def_dsl/version.rb +1 -1
  3. metadata +5 -5
data/def_dsl.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = DefDsl::VERSION
9
9
  spec.authors = ["Alexander K"]
10
10
  spec.email = ["xpyro@ya.ru"]
11
- spec.description = %q{ easy way to build dsl without using dsl... }.strip
12
- spec.summary = %q{ easy way to build dsl without using dsl... }.strip
11
+ spec.description = %q{ easy way to build dsl without use of dsl... }.strip
12
+ spec.summary = %q{ easy way to build dsl without use of dsl... }.strip
13
13
  spec.homepage = "https://github.com/sowcow/def_dsl"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module DefDsl
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: def_dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,7 +59,7 @@ dependencies:
59
59
  - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
- description: easy way to build dsl without using dsl...
62
+ description: easy way to build dsl without use of dsl...
63
63
  email:
64
64
  - xpyro@ya.ru
65
65
  executables: []
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: -563372381577040081
97
+ hash: -3030536010394505708
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  none: false
100
100
  requirements:
@@ -103,13 +103,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  segments:
105
105
  - 0
106
- hash: -563372381577040081
106
+ hash: -3030536010394505708
107
107
  requirements: []
108
108
  rubyforge_project:
109
109
  rubygems_version: 1.8.25
110
110
  signing_key:
111
111
  specification_version: 3
112
- summary: easy way to build dsl without using dsl...
112
+ summary: easy way to build dsl without use of dsl...
113
113
  test_files:
114
114
  - spec/exmaple_spec.rb
115
115
  - spec/support/remove_const.rb