cardname 0.3.6 → 0.3.7
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
- metadata +2 -4
- data/Gemfile +0 -14
- data/Gemfile.lock +0 -91
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9dcce28e41dea67fa3f5b8b604ca6a1f0d2fbc5d
|
|
4
|
+
data.tar.gz: 78a80bd359aa895d91f996e36f18b86e1ed3738d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20321cd7d54acacc35e5dd23824cc4b9fe09c6a043bd7fe12437d0bff42bbbf9dfd781fbb8ff4a0a9090515779ace18a6ad63866bddcaab69db6afb46b57b063
|
|
7
|
+
data.tar.gz: a8c607feb0f8389d5e1e0591d4092758f1de3f203dec975c4c475e3e808acb1c5d48707cc354d98289c0ba6a6fc78717c7bfa4223c807581945530f52f04b2c3
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cardname
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ethan McCutchen
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2018-01-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|
|
@@ -47,8 +47,6 @@ extensions: []
|
|
|
47
47
|
extra_rdoc_files:
|
|
48
48
|
- README.rdoc
|
|
49
49
|
files:
|
|
50
|
-
- Gemfile
|
|
51
|
-
- Gemfile.lock
|
|
52
50
|
- README.rdoc
|
|
53
51
|
- Rakefile
|
|
54
52
|
- lib/cardname.rb
|
data/Gemfile
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
source "http://rubygems.org"
|
|
2
|
-
|
|
3
|
-
# Add dependencies to develop your gem here.
|
|
4
|
-
# Include everything needed to run rake, tests, features, etc.
|
|
5
|
-
group :development do
|
|
6
|
-
gem "rspec"
|
|
7
|
-
gem "rdoc"
|
|
8
|
-
gem "bundler"
|
|
9
|
-
gem "jeweler"
|
|
10
|
-
#gem "rcov"
|
|
11
|
-
end
|
|
12
|
-
|
|
13
|
-
gem "activesupport"
|
|
14
|
-
gem 'htmlentities'
|
data/Gemfile.lock
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
GEM
|
|
2
|
-
remote: http://rubygems.org/
|
|
3
|
-
specs:
|
|
4
|
-
activesupport (5.0.1)
|
|
5
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
6
|
-
i18n (~> 0.7)
|
|
7
|
-
minitest (~> 5.1)
|
|
8
|
-
tzinfo (~> 1.1)
|
|
9
|
-
addressable (2.5.0)
|
|
10
|
-
public_suffix (~> 2.0, >= 2.0.2)
|
|
11
|
-
builder (3.2.3)
|
|
12
|
-
concurrent-ruby (1.0.4)
|
|
13
|
-
descendants_tracker (0.0.4)
|
|
14
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
|
15
|
-
diff-lcs (1.3)
|
|
16
|
-
faraday (0.9.2)
|
|
17
|
-
multipart-post (>= 1.2, < 3)
|
|
18
|
-
git (1.3.0)
|
|
19
|
-
github_api (0.11.3)
|
|
20
|
-
addressable (~> 2.3)
|
|
21
|
-
descendants_tracker (~> 0.0.1)
|
|
22
|
-
faraday (~> 0.8, < 0.10)
|
|
23
|
-
hashie (>= 1.2)
|
|
24
|
-
multi_json (>= 1.7.5, < 2.0)
|
|
25
|
-
nokogiri (~> 1.6.0)
|
|
26
|
-
oauth2
|
|
27
|
-
hashie (3.5.4)
|
|
28
|
-
highline (1.7.8)
|
|
29
|
-
htmlentities (4.3.4)
|
|
30
|
-
i18n (0.8.1)
|
|
31
|
-
jeweler (2.3.3)
|
|
32
|
-
builder
|
|
33
|
-
bundler (>= 1.0)
|
|
34
|
-
git (>= 1.2.5)
|
|
35
|
-
github_api (~> 0.11.0)
|
|
36
|
-
highline (>= 1.6.15)
|
|
37
|
-
nokogiri (>= 1.5.10)
|
|
38
|
-
psych (~> 2.2)
|
|
39
|
-
rake
|
|
40
|
-
rdoc
|
|
41
|
-
semver2
|
|
42
|
-
jwt (1.5.6)
|
|
43
|
-
mini_portile2 (2.1.0)
|
|
44
|
-
minitest (5.10.1)
|
|
45
|
-
multi_json (1.12.1)
|
|
46
|
-
multi_xml (0.6.0)
|
|
47
|
-
multipart-post (2.0.0)
|
|
48
|
-
nokogiri (1.6.8.1)
|
|
49
|
-
mini_portile2 (~> 2.1.0)
|
|
50
|
-
oauth2 (1.3.0)
|
|
51
|
-
faraday (>= 0.8, < 0.11)
|
|
52
|
-
jwt (~> 1.0)
|
|
53
|
-
multi_json (~> 1.3)
|
|
54
|
-
multi_xml (~> 0.5)
|
|
55
|
-
rack (>= 1.2, < 3)
|
|
56
|
-
psych (2.2.4)
|
|
57
|
-
public_suffix (2.0.5)
|
|
58
|
-
rack (2.0.1)
|
|
59
|
-
rake (12.0.0)
|
|
60
|
-
rdoc (5.1.0)
|
|
61
|
-
rspec (3.5.0)
|
|
62
|
-
rspec-core (~> 3.5.0)
|
|
63
|
-
rspec-expectations (~> 3.5.0)
|
|
64
|
-
rspec-mocks (~> 3.5.0)
|
|
65
|
-
rspec-core (3.5.4)
|
|
66
|
-
rspec-support (~> 3.5.0)
|
|
67
|
-
rspec-expectations (3.5.0)
|
|
68
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
|
-
rspec-support (~> 3.5.0)
|
|
70
|
-
rspec-mocks (3.5.0)
|
|
71
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
72
|
-
rspec-support (~> 3.5.0)
|
|
73
|
-
rspec-support (3.5.0)
|
|
74
|
-
semver2 (3.4.2)
|
|
75
|
-
thread_safe (0.3.6)
|
|
76
|
-
tzinfo (1.2.2)
|
|
77
|
-
thread_safe (~> 0.1)
|
|
78
|
-
|
|
79
|
-
PLATFORMS
|
|
80
|
-
ruby
|
|
81
|
-
|
|
82
|
-
DEPENDENCIES
|
|
83
|
-
activesupport
|
|
84
|
-
bundler
|
|
85
|
-
htmlentities
|
|
86
|
-
jeweler
|
|
87
|
-
rdoc
|
|
88
|
-
rspec
|
|
89
|
-
|
|
90
|
-
BUNDLED WITH
|
|
91
|
-
1.12.5
|