cached_singleton 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +13 -5
  2. data/lib/cached_singleton/version.rb +1 -1
  3. metadata +12 -10
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6f0ed962c247686865ce45844fd8beafd086e102
4
- data.tar.gz: 503572f511cfdd8d0311fc3021cd14cdda98180e
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Mjg2OTMyYjFkZTRjZjQzMDE5ZTM5NzdjOWM5YzcwMjljY2U0MjFhNw==
5
+ data.tar.gz: !binary |-
6
+ NDMzNTBkNDIzMDI1Yzk0ZTIwOGIxY2Y4ODVhNTFmNThjNmY4MDQ1YQ==
5
7
  SHA512:
6
- metadata.gz: 30ba9853cb7349a8f6ea944afddc080e2f0e60a9dd97af1c4bea03fde16d3394ee360f813fe1db8d4675733d404b8c3e267ae9975ddcf7e3f80cecc427a7b365
7
- data.tar.gz: 8a79964da19427d4a02494a541e790daa12162695a0c5930108e7ae10e47fad8d2fab669cd1bb6b7e94a3be27b82db9606d7f650a1081f3eed613f06ac845ff0
8
+ metadata.gz: !binary |-
9
+ M2I2YmZkMmVjZTZhY2VjNzRhNDY4NDQ5YTlhOTcxNGZmNThjMzAwNWIwYzhk
10
+ ZWQwMzIwM2FlYWVmNmI0ZTA2MGMzMDQxNzc2ZGY0YjQ0NWJkYjllMzdmMDhl
11
+ NmU4M2JkZTI2M2E5NTk1Zjg3ZmRkYmQ3NjE3NzZlYjZjMmVkYzc=
12
+ data.tar.gz: !binary |-
13
+ YmRkMDI0MjBmZjI2ZmUyMmM4M2MzMjZkYWI1ZDIxYjRkZTg3YjcyMTQ1NWI5
14
+ NmNjYWQwMjg4YjRlYWYxYWNlZGE0ODcxZjJkY2VhYThlMDRiYWNmZWFkZDNl
15
+ ZTVlYWNmZmMzYzZjZWI1ODQ3NGVjMDE2ODY0YTM3MTFiYjljZGM=
@@ -1,3 +1,3 @@
1
1
  module CachedSingleton
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,45 +1,47 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cached_singleton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibault El Zamek, Cédric Darné, Lionel Oto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-20 00:00:00.000000000 Z
11
+ date: 2014-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: |2
42
- CachedSingleton makes a single instance ActiveRecord object behave fully like a singleton.
41
+ description: ! ' CachedSingleton makes a single instance ActiveRecord object behave
42
+ fully like a singleton.
43
+
44
+ '
43
45
  email:
44
46
  - thibault.elzamek@c4mprod.com, cedric.darne@c4mprod.com, lionel.oto@c4mprod.com
45
47
  executables: []
@@ -62,12 +64,12 @@ require_paths:
62
64
  - lib
63
65
  required_ruby_version: !ruby/object:Gem::Requirement
64
66
  requirements:
65
- - - ">="
67
+ - - ! '>='
66
68
  - !ruby/object:Gem::Version
67
69
  version: '0'
68
70
  required_rubygems_version: !ruby/object:Gem::Requirement
69
71
  requirements:
70
- - - ">="
72
+ - - ! '>='
71
73
  - !ruby/object:Gem::Version
72
74
  version: '0'
73
75
  requirements: []