kamelcase 0.0.1 → 0.0.2
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 +5 -5
- data/.ruby-version +1 -0
- data/.semver +1 -1
- data/Gemfile.lock +47 -48
- data/kamelcase.gemspec +5 -4
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: e2a31495d31759277a4805dd2461859662bea53dbd77dcc68165bbfe6b82b391
|
4
|
+
data.tar.gz: 0f0e43d66e683143f5b2321b84f3d879a3c46f331c5db12d6273700240bd4cbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3673c2611fd5fb0d28c45e0a2c426d20b37f640f4aff2f61bdd580b3c1372f2e303cf0d376428da621e22fac1f65d2233a2fad23ea1574a98054fd1d51c73b1
|
7
|
+
data.tar.gz: 6e1a3e587858c39c07bd8da77fb00839a5d9498a92b08e950f199cc4a5bd69f21c9f8d17785f2e68c88edcf8e65fd7fe3af15d169228f5364df0c32ece95bf4d
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.5.0
|
data/.semver
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,68 +1,66 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
addressable (2.
|
5
|
-
|
4
|
+
addressable (2.5.2)
|
5
|
+
public_suffix (>= 2.0.2, < 4.0)
|
6
|
+
binding_of_caller (0.8.0)
|
6
7
|
debug_inspector (>= 0.0.1)
|
7
8
|
builder (3.2.3)
|
8
|
-
byebug (9.0
|
9
|
-
coderay (1.1.
|
9
|
+
byebug (9.1.0)
|
10
|
+
coderay (1.1.2)
|
10
11
|
debug_inspector (0.0.3)
|
11
12
|
descendants_tracker (0.0.4)
|
12
13
|
thread_safe (~> 0.3, >= 0.3.1)
|
13
14
|
diff-lcs (1.3)
|
14
15
|
docile (1.1.5)
|
15
|
-
faraday (0.
|
16
|
+
faraday (0.12.2)
|
16
17
|
multipart-post (>= 1.2, < 3)
|
17
18
|
git (1.3.0)
|
18
|
-
github_api (0.
|
19
|
-
addressable (~> 2.4
|
19
|
+
github_api (0.18.2)
|
20
|
+
addressable (~> 2.4)
|
20
21
|
descendants_tracker (~> 0.0.4)
|
21
|
-
faraday (~> 0.8
|
22
|
-
hashie (>= 3.
|
23
|
-
mime-types (>= 1.16, < 3.0)
|
22
|
+
faraday (~> 0.8)
|
23
|
+
hashie (~> 3.5, >= 3.5.2)
|
24
24
|
oauth2 (~> 1.0)
|
25
|
-
hashie (3.5.
|
26
|
-
highline (1.7.
|
25
|
+
hashie (3.5.7)
|
26
|
+
highline (1.7.10)
|
27
27
|
interception (0.5)
|
28
28
|
json (1.8.6)
|
29
|
-
juwelier (2.4.
|
29
|
+
juwelier (2.4.9)
|
30
30
|
builder
|
31
|
-
bundler
|
32
|
-
git
|
31
|
+
bundler
|
32
|
+
git
|
33
33
|
github_api
|
34
|
-
highline
|
34
|
+
highline
|
35
35
|
kamelcase (~> 0)
|
36
|
-
nokogiri
|
37
|
-
psych
|
36
|
+
nokogiri
|
37
|
+
psych
|
38
38
|
rake
|
39
39
|
rdoc
|
40
40
|
semver2
|
41
41
|
jwt (1.5.6)
|
42
|
-
kamelcase (0.0.
|
42
|
+
kamelcase (0.0.1)
|
43
43
|
semver2 (~> 3)
|
44
|
-
method_source (0.
|
45
|
-
|
46
|
-
|
47
|
-
multi_json (1.12.1)
|
44
|
+
method_source (0.9.0)
|
45
|
+
mini_portile2 (2.3.0)
|
46
|
+
multi_json (1.13.1)
|
48
47
|
multi_xml (0.6.0)
|
49
48
|
multipart-post (2.0.0)
|
50
|
-
nokogiri (1.8.
|
51
|
-
mini_portile2 (~> 2.
|
49
|
+
nokogiri (1.8.1)
|
50
|
+
mini_portile2 (~> 2.3.0)
|
52
51
|
oauth2 (1.4.0)
|
53
52
|
faraday (>= 0.8, < 0.13)
|
54
53
|
jwt (~> 1.0)
|
55
54
|
multi_json (~> 1.3)
|
56
55
|
multi_xml (~> 0.5)
|
57
56
|
rack (>= 1.2, < 3)
|
58
|
-
pry (0.
|
57
|
+
pry (0.11.3)
|
59
58
|
coderay (~> 1.1.0)
|
60
|
-
method_source (~> 0.
|
61
|
-
|
62
|
-
|
63
|
-
byebug (~> 9.0)
|
59
|
+
method_source (~> 0.9.0)
|
60
|
+
pry-byebug (3.5.1)
|
61
|
+
byebug (~> 9.1)
|
64
62
|
pry (~> 0.10)
|
65
|
-
pry-doc (0.
|
63
|
+
pry-doc (0.12.0)
|
66
64
|
pry (~> 0.9)
|
67
65
|
yard (~> 0.9)
|
68
66
|
pry-remote (0.1.8)
|
@@ -74,33 +72,34 @@ GEM
|
|
74
72
|
pry-stack_explorer (0.4.9.2)
|
75
73
|
binding_of_caller (>= 0.7)
|
76
74
|
pry (>= 0.9.11)
|
77
|
-
psych (
|
75
|
+
psych (3.0.2)
|
76
|
+
public_suffix (3.0.1)
|
78
77
|
rack (2.0.3)
|
79
|
-
rake (12.
|
78
|
+
rake (12.3.0)
|
80
79
|
rdoc (3.12.2)
|
81
80
|
json (~> 1.4)
|
82
|
-
rspec (3.
|
83
|
-
rspec-core (~> 3.
|
84
|
-
rspec-expectations (~> 3.
|
85
|
-
rspec-mocks (~> 3.
|
86
|
-
rspec-core (3.
|
87
|
-
rspec-support (~> 3.
|
88
|
-
rspec-expectations (3.
|
81
|
+
rspec (3.7.0)
|
82
|
+
rspec-core (~> 3.7.0)
|
83
|
+
rspec-expectations (~> 3.7.0)
|
84
|
+
rspec-mocks (~> 3.7.0)
|
85
|
+
rspec-core (3.7.1)
|
86
|
+
rspec-support (~> 3.7.0)
|
87
|
+
rspec-expectations (3.7.0)
|
89
88
|
diff-lcs (>= 1.2.0, < 2.0)
|
90
|
-
rspec-support (~> 3.
|
91
|
-
rspec-mocks (3.
|
89
|
+
rspec-support (~> 3.7.0)
|
90
|
+
rspec-mocks (3.7.0)
|
92
91
|
diff-lcs (>= 1.2.0, < 2.0)
|
93
|
-
rspec-support (~> 3.
|
94
|
-
rspec-support (3.
|
92
|
+
rspec-support (~> 3.7.0)
|
93
|
+
rspec-support (3.7.0)
|
95
94
|
semver2 (3.4.2)
|
96
|
-
simplecov (0.
|
95
|
+
simplecov (0.15.1)
|
97
96
|
docile (~> 1.1.0)
|
98
97
|
json (>= 1.8, < 3)
|
99
98
|
simplecov-html (~> 0.10.0)
|
100
|
-
simplecov-html (0.10.
|
99
|
+
simplecov-html (0.10.2)
|
101
100
|
slop (3.6.0)
|
102
101
|
thread_safe (0.3.6)
|
103
|
-
yard (0.9.
|
102
|
+
yard (0.9.12)
|
104
103
|
|
105
104
|
PLATFORMS
|
106
105
|
ruby
|
@@ -121,4 +120,4 @@ DEPENDENCIES
|
|
121
120
|
yard (~> 0)
|
122
121
|
|
123
122
|
BUNDLED WITH
|
124
|
-
1.
|
123
|
+
1.16.1
|
data/kamelcase.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: kamelcase 0.0.
|
5
|
+
# stub: kamelcase 0.0.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "kamelcase".freeze
|
9
|
-
s.version = "0.0.
|
9
|
+
s.version = "0.0.2"
|
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 = "
|
14
|
+
s.date = "2018-01-22"
|
15
15
|
s.description = "This is a -- yet another -- super-simple monkeypatch of the\n String class to offer both camelCase and snake_case.".freeze
|
16
16
|
s.email = "fred.mitchell@gmx.de".freeze
|
17
17
|
s.extra_rdoc_files = [
|
@@ -21,6 +21,7 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.files = [
|
22
22
|
".document",
|
23
23
|
".rspec",
|
24
|
+
".ruby-version",
|
24
25
|
".semver",
|
25
26
|
"Gemfile",
|
26
27
|
"Gemfile.lock",
|
@@ -32,7 +33,7 @@ Gem::Specification.new do |s|
|
|
32
33
|
]
|
33
34
|
s.homepage = "http://github.com/flajann2/kamelcase".freeze
|
34
35
|
s.licenses = ["MIT".freeze]
|
35
|
-
s.rubygems_version = "2.
|
36
|
+
s.rubygems_version = "2.7.3".freeze
|
36
37
|
s.summary = "Supersimple monkeypatch of the String class to add camelCase".freeze
|
37
38
|
|
38
39
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kamelcase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fred Mitchell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: semver2
|
@@ -204,6 +204,7 @@ extra_rdoc_files:
|
|
204
204
|
files:
|
205
205
|
- ".document"
|
206
206
|
- ".rspec"
|
207
|
+
- ".ruby-version"
|
207
208
|
- ".semver"
|
208
209
|
- Gemfile
|
209
210
|
- Gemfile.lock
|
@@ -232,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
232
233
|
version: '0'
|
233
234
|
requirements: []
|
234
235
|
rubyforge_project:
|
235
|
-
rubygems_version: 2.
|
236
|
+
rubygems_version: 2.7.3
|
236
237
|
signing_key:
|
237
238
|
specification_version: 4
|
238
239
|
summary: Supersimple monkeypatch of the String class to add camelCase
|