active_hash_relation 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e8a15147af3c9b53fa1edadbd8a6d73c1032dfa
4
- data.tar.gz: caa04edc9050cd929d30ca023004c34618b6316c
3
+ metadata.gz: 3ec68ab5e18f7bc44eec9467db50faa96931ad2a
4
+ data.tar.gz: 826437be41a6a2b00211e9478c3a4e8f7e6a988b
5
5
  SHA512:
6
- metadata.gz: a37b985fbebea7efd854ac282a60308b62ac67d994fdc2f204d4bfdc06c1e328b749126b4e952c40220e200718bbb53eda434d2aa734c499121ba251493f61ab
7
- data.tar.gz: 2ae6c59dacc4aafe54b4eb441b38b17434a2986aa6e9fe9be7f4493ff5e4d1d7067ec45306e09d6b8f24e2e70a9f7abe5821073b94e1f8350e97122ff9aa2115
6
+ metadata.gz: b1cf943d7e8897e36528cf6e9f9eccf001d89599b910d0490a0257f60ea4fcd37a15503b44643a9a00b8ba0a37656ac45ecabd024fdffeb228d848fc305b8a27
7
+ data.tar.gz: 1bafc8c4413896982e8df7258acc8e2030d2e711826c551309921a17c25c21cdb4a4319d9d0ee8e4a919c73cff27aba586e11da50881968a4119a5a6379b1288
@@ -6,11 +6,11 @@ require 'active_hash_relation/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "active_hash_relation"
8
8
  spec.version = ActiveHashRelation::VERSION
9
- spec.authors = ["Filippos Vasilakis"]
10
- spec.email = ["vasilakisfil@gmail.com"]
9
+ spec.authors = ["Filippos Vasilakis", "Kollegorna"]
10
+ spec.email = ["vasilakisfil@gmail.com", "admin@kollegorna.se"]
11
11
  spec.summary = %q{Simple gem that allows you to run multiple ActiveRecord::Relation using hash. Perfect for APIs.}
12
12
  spec.description = spec.summary
13
- spec.homepage = "https://www.kollegorna.se"
13
+ spec.homepage = "https://github.com/kollegorna/active_hash_relation"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module ActiveHashRelation
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_hash_relation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filippos Vasilakis
8
+ - Kollegorna
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2015-09-24 00:00:00.000000000 Z
12
+ date: 2015-10-06 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler
@@ -42,6 +43,7 @@ description: Simple gem that allows you to run multiple ActiveRecord::Relation u
42
43
  hash. Perfect for APIs.
43
44
  email:
44
45
  - vasilakisfil@gmail.com
46
+ - admin@kollegorna.se
45
47
  executables: []
46
48
  extensions: []
47
49
  extra_rdoc_files: []
@@ -63,7 +65,7 @@ files:
63
65
  - lib/active_hash_relation/sort_filters.rb
64
66
  - lib/active_hash_relation/version.rb
65
67
  - lib/active_record/scope_names.rb
66
- homepage: https://www.kollegorna.se
68
+ homepage: https://github.com/kollegorna/active_hash_relation
67
69
  licenses:
68
70
  - MIT
69
71
  metadata: {}
@@ -83,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
85
  version: '0'
84
86
  requirements: []
85
87
  rubyforge_project:
86
- rubygems_version: 2.4.8
88
+ rubygems_version: 2.4.5
87
89
  signing_key:
88
90
  specification_version: 4
89
91
  summary: Simple gem that allows you to run multiple ActiveRecord::Relation using hash.