rails-dsl 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/rails-dsl.gemspec +2 -2
  4. metadata +3 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9168dea89d575b1fde1e1bac822963ba6a080f3c
4
- data.tar.gz: 09d12a88261f9f1028ea00f5bfdcd1a32599f5af
3
+ metadata.gz: 7a6f0f79e172c96e5f0a5f814c73cf3f5abc7fe3
4
+ data.tar.gz: 25cbf04133af8f1362088a892022a21d79c62fa4
5
5
  SHA512:
6
- metadata.gz: 1f018d8ed6b1dd70efe9f76d1f333ff5b7fe46c7e3cd10e1501f0723b34b331995589a2c0d3a6663e85aa73ea212bdbf0f5ac249783117afeb5503994701db17
7
- data.tar.gz: d688d41c9a41d1c0c917afca4638c0ab2cabb613649cfb66da4a297e03879270a8d1bd975aedda32777f26f3158afe61baf2c0229cf5f02850f142b3fdcbef55
6
+ metadata.gz: 6b390218fc51dc138bfd8a16541d60cb60f4bc7b961ff71b9100cf380b27d2cb1b3a3e8f17f3be406af536355dd903ae1956843e3b4f7a6e32ba92769d1e7f74
7
+ data.tar.gz: a9e696e356a0c014c18e10b42950b6be77205ec7eba387b463a1c4331c651248b700066eaf4e87dd15a0b39d7bd30d0cfa71b3c1626d082174e335e86bc9528e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
7
7
  spec.authors = ["Adam Luzsi"]
8
8
  spec.email = ["adamluzsi@gmail.com"]
9
9
 
10
- spec.description = %q{ Provide Rails with some extra helpers, for example for to ApplicationController a 'duck_params' that parse string values into the right_obj like Fixnum or Integer or json to hash }
11
- spec.summary = %q{ provide a duck_params/params_duck call in the ApplicationControllers }
10
+ spec.description = %q{ Provide Rails with some extra tools, please read README.md on git }
11
+ spec.summary = %q{ Provide Rails with some extra tools for easier life }
12
12
 
13
13
  spec.homepage = "https://github.com/adamluzsi/#{__FILE__.split(File::Separator).last.split('.').first}"
14
14
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Luzsi
@@ -66,9 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: 3.0.0
69
- description: " Provide Rails with some extra helpers, for example for to ApplicationController
70
- a 'duck_params' that parse string values into the right_obj like Fixnum or Integer
71
- or json to hash "
69
+ description: " Provide Rails with some extra tools, please read README.md on git "
72
70
  email:
73
71
  - adamluzsi@gmail.com
74
72
  executables: []
@@ -107,5 +105,5 @@ rubyforge_project:
107
105
  rubygems_version: 2.2.2
108
106
  signing_key:
109
107
  specification_version: 4
110
- summary: provide a duck_params/params_duck call in the ApplicationControllers
108
+ summary: Provide Rails with some extra tools for easier life
111
109
  test_files: []