attr_pow 0.0.2 → 0.0.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.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.semver +1 -1
- data/Gemfile.lock +40 -41
- data/README.org +1 -1
- data/attr_pow.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b01cd534186b2de618001d1c43c5460ae620db35
|
|
4
|
+
data.tar.gz: 17fc0523873fcdee5dc0213ff8c76b8d52b1aced
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9488d7b1cb103de03365a55a76e0750319f80103b2e3d99f8587f06c6a1bc376ce371c5e2b39240a7901dbda54bf0527310ef9dae382a87bca0fc0cf1fd9e07a
|
|
7
|
+
data.tar.gz: 8053e3e1f42e9157165f31f0b2e6c1f237064b7eabaa9dc0c3207efe6b54add7cbbcbac74c945ab0bac142ed98840808be78bd0ac2d13757c25d34a4c833e624
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.4.
|
|
1
|
+
2.4.2
|
data/.semver
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
addressable (2.
|
|
4
|
+
addressable (2.5.2)
|
|
5
|
+
public_suffix (>= 2.0.2, < 4.0)
|
|
5
6
|
aquarium (0.5.1)
|
|
6
7
|
awesome_print (1.8.0)
|
|
7
|
-
binding_of_caller (0.7.
|
|
8
|
+
binding_of_caller (0.7.3)
|
|
8
9
|
debug_inspector (>= 0.0.1)
|
|
9
10
|
builder (3.2.3)
|
|
10
|
-
byebug (9.0
|
|
11
|
-
coderay (1.1.
|
|
11
|
+
byebug (9.1.0)
|
|
12
|
+
coderay (1.1.2)
|
|
12
13
|
debug_inspector (0.0.3)
|
|
13
14
|
deep_dive (0.3.4)
|
|
14
15
|
descendants_tracker (0.0.4)
|
|
15
16
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
16
17
|
diff-lcs (1.3)
|
|
17
18
|
docile (1.1.5)
|
|
18
|
-
faraday (0.
|
|
19
|
+
faraday (0.12.2)
|
|
19
20
|
multipart-post (>= 1.2, < 3)
|
|
20
21
|
git (1.3.0)
|
|
21
|
-
github_api (0.
|
|
22
|
-
addressable (~> 2.4
|
|
22
|
+
github_api (0.18.2)
|
|
23
|
+
addressable (~> 2.4)
|
|
23
24
|
descendants_tracker (~> 0.0.4)
|
|
24
|
-
faraday (~> 0.8
|
|
25
|
-
hashie (>= 3.
|
|
26
|
-
mime-types (>= 1.16, < 3.0)
|
|
25
|
+
faraday (~> 0.8)
|
|
26
|
+
hashie (~> 3.5, >= 3.5.2)
|
|
27
27
|
oauth2 (~> 1.0)
|
|
28
|
-
hashie (3.5.
|
|
29
|
-
highline (1.7.
|
|
28
|
+
hashie (3.5.6)
|
|
29
|
+
highline (1.7.10)
|
|
30
30
|
interception (0.5)
|
|
31
31
|
json (1.8.6)
|
|
32
32
|
juwelier (2.4.7)
|
|
@@ -44,28 +44,26 @@ GEM
|
|
|
44
44
|
jwt (1.5.6)
|
|
45
45
|
kamelcase (0.0.1)
|
|
46
46
|
semver2 (~> 3)
|
|
47
|
-
method_source (0.
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
multi_json (1.12.1)
|
|
47
|
+
method_source (0.9.0)
|
|
48
|
+
mini_portile2 (2.3.0)
|
|
49
|
+
multi_json (1.12.2)
|
|
51
50
|
multi_xml (0.6.0)
|
|
52
51
|
multipart-post (2.0.0)
|
|
53
|
-
nokogiri (1.8.
|
|
54
|
-
mini_portile2 (~> 2.
|
|
52
|
+
nokogiri (1.8.1)
|
|
53
|
+
mini_portile2 (~> 2.3.0)
|
|
55
54
|
oauth2 (1.4.0)
|
|
56
55
|
faraday (>= 0.8, < 0.13)
|
|
57
56
|
jwt (~> 1.0)
|
|
58
57
|
multi_json (~> 1.3)
|
|
59
58
|
multi_xml (~> 0.5)
|
|
60
59
|
rack (>= 1.2, < 3)
|
|
61
|
-
pry (0.
|
|
60
|
+
pry (0.11.3)
|
|
62
61
|
coderay (~> 1.1.0)
|
|
63
|
-
method_source (~> 0.
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
byebug (~> 9.0)
|
|
62
|
+
method_source (~> 0.9.0)
|
|
63
|
+
pry-byebug (3.5.1)
|
|
64
|
+
byebug (~> 9.1)
|
|
67
65
|
pry (~> 0.10)
|
|
68
|
-
pry-doc (0.
|
|
66
|
+
pry-doc (0.11.1)
|
|
69
67
|
pry (~> 0.9)
|
|
70
68
|
yard (~> 0.9)
|
|
71
69
|
pry-remote (0.1.8)
|
|
@@ -77,37 +75,38 @@ GEM
|
|
|
77
75
|
pry-stack_explorer (0.4.9.2)
|
|
78
76
|
binding_of_caller (>= 0.7)
|
|
79
77
|
pry (>= 0.9.11)
|
|
80
|
-
psych (
|
|
78
|
+
psych (3.0.1)
|
|
79
|
+
public_suffix (3.0.1)
|
|
81
80
|
queue_ding (0.1.3)
|
|
82
81
|
aquarium (~> 0)
|
|
83
82
|
semver (~> 1)
|
|
84
83
|
rack (2.0.3)
|
|
85
|
-
rake (12.
|
|
84
|
+
rake (12.3.0)
|
|
86
85
|
rdoc (3.12.2)
|
|
87
86
|
json (~> 1.4)
|
|
88
|
-
rspec (3.
|
|
89
|
-
rspec-core (~> 3.
|
|
90
|
-
rspec-expectations (~> 3.
|
|
91
|
-
rspec-mocks (~> 3.
|
|
92
|
-
rspec-core (3.
|
|
93
|
-
rspec-support (~> 3.
|
|
94
|
-
rspec-expectations (3.
|
|
87
|
+
rspec (3.7.0)
|
|
88
|
+
rspec-core (~> 3.7.0)
|
|
89
|
+
rspec-expectations (~> 3.7.0)
|
|
90
|
+
rspec-mocks (~> 3.7.0)
|
|
91
|
+
rspec-core (3.7.0)
|
|
92
|
+
rspec-support (~> 3.7.0)
|
|
93
|
+
rspec-expectations (3.7.0)
|
|
95
94
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
96
|
-
rspec-support (~> 3.
|
|
97
|
-
rspec-mocks (3.
|
|
95
|
+
rspec-support (~> 3.7.0)
|
|
96
|
+
rspec-mocks (3.7.0)
|
|
98
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
99
|
-
rspec-support (~> 3.
|
|
100
|
-
rspec-support (3.
|
|
98
|
+
rspec-support (~> 3.7.0)
|
|
99
|
+
rspec-support (3.7.0)
|
|
101
100
|
semver (1.0.1)
|
|
102
101
|
semver2 (3.4.2)
|
|
103
|
-
simplecov (0.
|
|
102
|
+
simplecov (0.15.1)
|
|
104
103
|
docile (~> 1.1.0)
|
|
105
104
|
json (>= 1.8, < 3)
|
|
106
105
|
simplecov-html (~> 0.10.0)
|
|
107
|
-
simplecov-html (0.10.
|
|
106
|
+
simplecov-html (0.10.2)
|
|
108
107
|
slop (3.6.0)
|
|
109
108
|
thread_safe (0.3.6)
|
|
110
|
-
yard (0.9.
|
|
109
|
+
yard (0.9.12)
|
|
111
110
|
|
|
112
111
|
PLATFORMS
|
|
113
112
|
ruby
|
|
@@ -132,4 +131,4 @@ DEPENDENCIES
|
|
|
132
131
|
yard (~> 0)
|
|
133
132
|
|
|
134
133
|
BUNDLED WITH
|
|
135
|
-
1.
|
|
134
|
+
1.15.4
|
data/README.org
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
- [[#copyright][Copyright]]
|
|
13
13
|
|
|
14
14
|
** Synopsis
|
|
15
|
-
[[https://travis-ci.org/flajann2/attr_pow.svg?branch=master]]
|
|
15
|
+
[[https://travis-ci.org/flajann2/attr_pow][https://travis-ci.org/flajann2/attr_pow.svg?branch=master]]
|
|
16
16
|
|
|
17
17
|
attr_pow gives you POWerful attributes. You may specify defaults,
|
|
18
18
|
use attr_pow for hooks, and even define cloneability and queueability.
|
data/attr_pow.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: attr_pow 0.0.
|
|
5
|
+
# stub: attr_pow 0.0.3 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "attr_pow".freeze
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.3"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Fred Mitchell".freeze]
|
|
14
|
-
s.date = "2017-
|
|
14
|
+
s.date = "2017-12-15"
|
|
15
15
|
s.description = "\n attr_pow gives you smart attributes. You may sepecify defaults,\n use attr_pow for hooks, and even define clonability and queuability.\n ".freeze
|
|
16
16
|
s.email = "fred.mitchell@gmx.de".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
|
|
|
38
38
|
s.homepage = "http://github.com/flajann2/attr_pow".freeze
|
|
39
39
|
s.licenses = ["MIT".freeze]
|
|
40
40
|
s.required_ruby_version = Gem::Requirement.new(">= 2.2.5".freeze)
|
|
41
|
-
s.rubygems_version = "2.6.
|
|
41
|
+
s.rubygems_version = "2.6.13".freeze
|
|
42
42
|
s.summary = "smart attributes -- defaults, hooks, cloneability, queues! POW!!!".freeze
|
|
43
43
|
|
|
44
44
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: attr_pow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fred Mitchell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: semver2
|
|
@@ -292,7 +292,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
292
292
|
version: '0'
|
|
293
293
|
requirements: []
|
|
294
294
|
rubyforge_project:
|
|
295
|
-
rubygems_version: 2.6.
|
|
295
|
+
rubygems_version: 2.6.13
|
|
296
296
|
signing_key:
|
|
297
297
|
specification_version: 4
|
|
298
298
|
summary: smart attributes -- defaults, hooks, cloneability, queues! POW!!!
|