dslize 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/dslize.gemspec +1 -1
  2. data/lib/dslize/version.rb +1 -1
  3. metadata +3 -3
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ['sylvain.utard@gmail.com']
11
11
  s.homepage = "https://github.com/utard/dslize"
12
12
  s.summary = %q{DSL made easy}
13
- s.description = %q{}
13
+ s.description = %q{Finally an way to generate code with a custom DSL the ruby way !}
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
16
16
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module DSLize
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - redox
@@ -18,7 +18,7 @@ date: 2012-07-10 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
- description: ""
21
+ description: Finally an way to generate code with a custom DSL the ruby way !
22
22
  email:
23
23
  - sylvain.utard@gmail.com
24
24
  executables: []