rquery-activerecord 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +6 -8
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rquery-activerecord
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Wilson, Kris Windham, Andrew Kennedy
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-12 00:00:00 -04:00
19
- default_executable:
18
+ date: 2012-03-18 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: json
@@ -34,7 +33,7 @@ dependencies:
34
33
  version: 1.6.3
35
34
  type: :runtime
36
35
  version_requirements: *id001
37
- description: Rquery is a ruby gem that will allow you to pass queries into your restful api as json. It will take the json formatted queries and convert them into ActiveRecord queries.
36
+ description: rquery-activerecord is a ruby gem that will allow you to pass queries into your restful api as json. It will take the json formatted queries and convert them into ActiveRecord queries.
38
37
  email: team@jackrussellsoftware.com
39
38
  executables: []
40
39
 
@@ -44,7 +43,6 @@ extra_rdoc_files: []
44
43
 
45
44
  files:
46
45
  - ./lib/rquery-activerecord.rb
47
- has_rdoc: true
48
46
  homepage: https://github.com/jackruss/rquery
49
47
  licenses: []
50
48
 
@@ -74,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
72
  requirements: []
75
73
 
76
74
  rubyforge_project:
77
- rubygems_version: 1.6.2
75
+ rubygems_version: 1.8.15
78
76
  signing_key:
79
77
  specification_version: 3
80
78
  summary: Queries for your restful api!