lrucache 0.1.2 → 0.1.3

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.
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2012 Chris Johnson
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -63,3 +63,11 @@ expires and the block is called for a new value, but exceptions are not handled.
63
63
  # 1 more minute later ...
64
64
  cache.fetch("banana") { "george" } # "george"
65
65
  cache.fetch("banana") { "barney" } # "george"
66
+
67
+ ## Contributing
68
+
69
+ 1. Fork it
70
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
71
+ 3. Commit your changes (`git commit -am 'Added some feature'`)
72
+ 4. Push to the branch (`git push origin my-new-feature`)
73
+ 5. Create new Pull Request
@@ -1,3 +1,3 @@
1
1
  class LRUCache
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = ""
11
11
  s.summary = "A simple LRU-cache based on a hash and priority queue"
12
12
  s.description = s.summary
13
+ s.license = "MIT"
13
14
 
14
15
  s.rubyforge_project = "lrucache"
15
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lrucache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-31 00:00:00.000000000Z
12
+ date: 2012-05-11 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: PriorityQueue
16
- requirement: &70184418403860 !ruby/object:Gem::Requirement
16
+ requirement: &70313120984040 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 0.1.2
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70184418403860
24
+ version_requirements: *70313120984040
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70184418403360 !ruby/object:Gem::Requirement
27
+ requirement: &70313120983540 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 2.6.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70184418403360
35
+ version_requirements: *70313120983540
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: simplecov
38
- requirement: &70184418402900 !ruby/object:Gem::Requirement
38
+ requirement: &70313120983080 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 0.4.2
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70184418402900
46
+ version_requirements: *70313120983080
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rb-fsevent
49
- requirement: &70184418402400 !ruby/object:Gem::Requirement
49
+ requirement: &70313120982580 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 0.4.3
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70184418402400
57
+ version_requirements: *70313120982580
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: guard
60
- requirement: &70184418401940 !ruby/object:Gem::Requirement
60
+ requirement: &70313120982120 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,10 +65,10 @@ dependencies:
65
65
  version: 0.6.2
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *70184418401940
68
+ version_requirements: *70313120982120
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: guard-bundler
71
- requirement: &70184418401480 !ruby/object:Gem::Requirement
71
+ requirement: &70313120981660 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ~>
@@ -76,10 +76,10 @@ dependencies:
76
76
  version: 0.1.3
77
77
  type: :development
78
78
  prerelease: false
79
- version_requirements: *70184418401480
79
+ version_requirements: *70313120981660
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: guard-rspec
82
- requirement: &70184418401020 !ruby/object:Gem::Requirement
82
+ requirement: &70313120981200 !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
85
85
  - - ~>
@@ -87,10 +87,10 @@ dependencies:
87
87
  version: 0.4.2
88
88
  type: :development
89
89
  prerelease: false
90
- version_requirements: *70184418401020
90
+ version_requirements: *70313120981200
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: timecop
93
- requirement: &70184418400560 !ruby/object:Gem::Requirement
93
+ requirement: &70313120980740 !ruby/object:Gem::Requirement
94
94
  none: false
95
95
  requirements:
96
96
  - - ~>
@@ -98,7 +98,7 @@ dependencies:
98
98
  version: 0.3.5
99
99
  type: :development
100
100
  prerelease: false
101
- version_requirements: *70184418400560
101
+ version_requirements: *70313120980740
102
102
  description: A simple LRU-cache based on a hash and priority queue
103
103
  email:
104
104
  - chris@kindkid.com
@@ -110,6 +110,7 @@ files:
110
110
  - .rvmrc
111
111
  - Gemfile
112
112
  - Guardfile
113
+ - LICENSE
113
114
  - README.md
114
115
  - Rakefile
115
116
  - lib/lrucache.rb
@@ -118,7 +119,8 @@ files:
118
119
  - spec/lrucache_spec.rb
119
120
  - spec/spec_helper.rb
120
121
  homepage: ''
121
- licenses: []
122
+ licenses:
123
+ - MIT
122
124
  post_install_message:
123
125
  rdoc_options: []
124
126
  require_paths: