group_cache_key 0.3.0 → 0.4.0

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8677932156a03b16648f131aa1a4e09fe5d41484
4
+ data.tar.gz: 6564feaa72ff33b74497a34be09c73d2c2415ae7
5
+ SHA512:
6
+ metadata.gz: 68ffffe247bb374ef5593ee53f22848370d73abcddaf7e1f945872979ae06259e36ed86a81251c6094efe65cfab5de8670247d8c335e92ce898eca7c77a5cfa8
7
+ data.tar.gz: 1b64a2fd098b60b06e0df04641ca32b14abcbf9af5d0c81e3eab901435c6e29eb0484a220b7efbe9b79459c78ddca4a960a6c41f0670a68d4ae633e65ca8e236
data/Rakefile CHANGED
@@ -43,7 +43,7 @@ task :test => :check_dependencies
43
43
 
44
44
  task :default => :test
45
45
 
46
- require 'rake/rdoctask'
46
+ require 'rdoc/task'
47
47
  Rake::RDocTask.new do |rdoc|
48
48
  if File.exist?('VERSION')
49
49
  version = File.read('VERSION')
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.4.0
@@ -1,5 +1,5 @@
1
- require 'activerecord'
2
- require 'activesupport'
1
+ require 'active_record'
2
+ require 'active_support'
3
3
  require 'digest/md5'
4
4
 
5
5
  ActiveRecord::Base.class_eval {
@@ -15,4 +15,4 @@ ActiveRecord::Base.class_eval {
15
15
  end
16
16
  end
17
17
  }
18
- }
18
+ }
metadata CHANGED
@@ -1,84 +1,46 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: group_cache_key
3
- version: !ruby/object:Gem::Version
4
- version: 0.3.0
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.0
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Jim Gay
8
+ - Clemens Gruber
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
-
12
- date: 2009-10-29 00:00:00 -04:00
13
- default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: activerecord
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: 2.1.0
24
- version:
25
- - !ruby/object:Gem::Dependency
26
- name: activesupport
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: 2.1.0
34
- version:
35
- description: adds a cache_key method to ActiveRecord arrays
36
- email: jim@saturnflyer.com
12
+ date: 2013-03-25 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description:
15
+ email:
37
16
  executables: []
38
-
39
17
  extensions: []
40
-
41
- extra_rdoc_files:
42
- - LICENSE
43
- - README.rdoc
44
- files:
45
- - .document
46
- - .gitignore
47
- - LICENSE
48
- - README.rdoc
18
+ extra_rdoc_files: []
19
+ files:
49
20
  - Rakefile
50
21
  - VERSION
51
22
  - lib/group_cache_key.rb
52
- - test/group_cache_key_test.rb
53
- - test/test_helper.rb
54
- has_rdoc: true
55
- homepage: http://github.com/saturnflyer/group_cache_key
23
+ homepage:
56
24
  licenses: []
57
-
25
+ metadata: {}
58
26
  post_install_message:
59
- rdoc_options:
60
- - --charset=UTF-8
61
- require_paths:
27
+ rdoc_options: []
28
+ require_paths:
62
29
  - lib
63
- required_ruby_version: !ruby/object:Gem::Requirement
64
- requirements:
65
- - - ">="
66
- - !ruby/object:Gem::Version
67
- version: "0"
68
- version:
69
- required_rubygems_version: !ruby/object:Gem::Requirement
70
- requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- version: "0"
74
- version:
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
75
40
  requirements: []
76
-
77
41
  rubyforge_project:
78
- rubygems_version: 1.3.5
42
+ rubygems_version: 2.0.3
79
43
  signing_key:
80
- specification_version: 3
81
- summary: adds a cache_key method to ActiveRecord arrays
82
- test_files:
83
- - test/group_cache_key_test.rb
84
- - test/test_helper.rb
44
+ specification_version: 4
45
+ summary: Adds cache_key to collections
46
+ test_files: []
data/.document DELETED
@@ -1,5 +0,0 @@
1
- README.rdoc
2
- lib/**/*.rb
3
- bin/*
4
- features/**/*.feature
5
- LICENSE
data/.gitignore DELETED
@@ -1,6 +0,0 @@
1
- *.sw?
2
- .DS_Store
3
- coverage
4
- rdoc
5
- pkg
6
- *.gemspec
data/LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2009 Jim Gay
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc DELETED
@@ -1,40 +0,0 @@
1
- = group_cache_key
2
-
3
- Using this gem in an application using ActiveRecord will provide you with a 'cache_key'
4
- method on collections of models.
5
-
6
- The 'cache_key' will consist of:
7
-
8
- * the tableized name of the class of the first item
9
- * an MD5 hash of the ids in the collection
10
- * to_i on the max created_at date
11
- * to_i on the max updated_at date
12
-
13
- The 'cache_key' should look like:
14
-
15
- 'widgets/100-81dc9bdb52d04dc20036dbd8313ed055-1256853629-1256853637'
16
-
17
- The resulting cache_key will be different if your group is sorted differently because
18
- the MD5 hash is created according to the order given: no sorting is done to create the hash.
19
-
20
- If your collection is empty, the cache_key will return a key with the object_id. A
21
- cache_key for an empty collection will look like:
22
-
23
- 'empty/13149280'
24
-
25
- Built by Saturn Flyer http://www.saturnflyer.com
26
-
27
- == Note on Patches/Pull Requests
28
-
29
- * Fork the project.
30
- * Make your feature addition or bug fix.
31
- * Add tests for it. This is important so I don't break it in a
32
- future version unintentionally.
33
- * Commit, do not mess with rakefile, version, or history.
34
- (if you want to have your own version, that is fine but
35
- bump version in a commit by itself I can ignore when I pull)
36
- * Send me a pull request. Bonus points for topic branches.
37
-
38
- == Copyright
39
-
40
- Copyright (c) 2009 Jim Gay. See LICENSE for details.
@@ -1,37 +0,0 @@
1
- require 'test_helper'
2
-
3
- class Widget < ActiveRecord::Base
4
- def self.columns
5
- []
6
- end
7
- attr_accessor :now
8
- def updated_at
9
- @now ||= Time.now
10
- end
11
- def created_at
12
- @now ||= Time.now
13
- end
14
- def id
15
- object_id
16
- end
17
- def self.empty_find
18
- []
19
- end
20
- def self.find
21
- [self.new, self.new]
22
- end
23
- end
24
-
25
- class GroupCacheKeyTest < Test::Unit::TestCase
26
- def test_empty_collection_should_return_unique_string_representation
27
- @widgets = Widget.empty_find
28
- assert_equal("empty/#{@widgets.object_id}", @widgets.cache_key)
29
- end
30
- def test_collection_should_return_unique_string_with_count_hash_and_timestamps
31
- @widgets = Widget.find
32
- hash = Digest::MD5.hexdigest(@widgets.collect{|w| w.id}.to_s)
33
- created = @widgets.first.created_at.to_i.to_s
34
- updated = @widgets.first.updated_at.to_i.to_s
35
- assert_equal("widgets/#{@widgets.length}-#{hash}-#{created}-#{updated}", @widgets.cache_key)
36
- end
37
- end
data/test/test_helper.rb DELETED
@@ -1,9 +0,0 @@
1
- require 'rubygems'
2
- require 'test/unit'
3
-
4
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
5
- $LOAD_PATH.unshift(File.dirname(__FILE__))
6
- require 'group_cache_key'
7
-
8
- class Test::Unit::TestCase
9
- end