fedux_org-stdlib 0.11.16 → 0.11.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/lib/fedux_org_stdlib/rake/version_bump_task.rb +1 -1
- data/lib/fedux_org_stdlib/version.rb +1 -1
- metadata +2 -3
- data/Gemfile.lock +0 -198
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8742a7b06bb21fe7fa399d2137b7dec34056fe36
|
4
|
+
data.tar.gz: 7f80ae9e5946c685d20c3cdf85db6e6baa24dc95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28304969f96db46469251afdd86a81c40fffa4ee26676f3b265e4fc82210a8a3e2e83879544721ac4d2ffc39efbde8778f56aec4b234ca8519017676d9cb6053
|
7
|
+
data.tar.gz: 100639f659d5b538fa6be31c3b856f6e0dcb5007b663edb4c2ce3fd42498c7862f4bb40e0ea26fd9728c1a6eba194825ebdebcca4e21dace34d06b2f69aa68fb
|
data/.gitignore
CHANGED
@@ -55,7 +55,7 @@ module FeduxOrgStdlib
|
|
55
55
|
logger.info('Adding new version file to repository.')
|
56
56
|
|
57
57
|
sh "git add #{file}"
|
58
|
-
sh 'git add Gemfile.lock' if File.exist? 'Gemfile.lock'
|
58
|
+
# sh 'git add Gemfile.lock' if File.exist? 'Gemfile.lock'
|
59
59
|
sh "git commit -m 'Version bump to #{version}'"
|
60
60
|
end
|
61
61
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fedux_org-stdlib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max Meyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -39,7 +39,6 @@ files:
|
|
39
39
|
- ".yardopts"
|
40
40
|
- CHANGELOG.md
|
41
41
|
- Gemfile
|
42
|
-
- Gemfile.lock
|
43
42
|
- LICENSE.md
|
44
43
|
- README.md
|
45
44
|
- Rakefile
|
data/Gemfile.lock
DELETED
@@ -1,198 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/cucumber/aruba
|
3
|
-
revision: 5ae1ba967deaa904b275197d7f1236e783d72b65
|
4
|
-
specs:
|
5
|
-
aruba (0.6.2)
|
6
|
-
childprocess (>= 0.3.6)
|
7
|
-
cucumber (>= 1.1.1)
|
8
|
-
rspec-expectations (>= 2.7.0)
|
9
|
-
|
10
|
-
PATH
|
11
|
-
remote: .
|
12
|
-
specs:
|
13
|
-
fedux_org-stdlib (0.11.15)
|
14
|
-
activesupport
|
15
|
-
|
16
|
-
PATH
|
17
|
-
remote: fixtures/plugin-load-app
|
18
|
-
specs:
|
19
|
-
fedux_org_stdlib-fixtures-plugin_manager-load (0.0.1)
|
20
|
-
|
21
|
-
GEM
|
22
|
-
remote: https://rubygems.org/
|
23
|
-
specs:
|
24
|
-
CFPropertyList (2.2.8)
|
25
|
-
activesupport (4.2.0)
|
26
|
-
i18n (~> 0.7)
|
27
|
-
json (~> 1.7, >= 1.7.7)
|
28
|
-
minitest (~> 5.1)
|
29
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
30
|
-
tzinfo (~> 1.1)
|
31
|
-
addressable (2.3.7)
|
32
|
-
ast (2.0.0)
|
33
|
-
astrolabe (1.3.0)
|
34
|
-
parser (>= 2.2.0.pre.3, < 3.0)
|
35
|
-
awesome_print (1.6.1)
|
36
|
-
blockenspiel (0.4.5)
|
37
|
-
builder (3.2.2)
|
38
|
-
byebug (3.5.1)
|
39
|
-
columnize (~> 0.8)
|
40
|
-
debugger-linecache (~> 1.2)
|
41
|
-
slop (~> 3.6)
|
42
|
-
childprocess (0.5.5)
|
43
|
-
ffi (~> 1.0, >= 1.0.11)
|
44
|
-
coderay (1.1.0)
|
45
|
-
columnize (0.9.0)
|
46
|
-
command_exec (0.2.0)
|
47
|
-
activesupport
|
48
|
-
smart_colored
|
49
|
-
xml-simple
|
50
|
-
coveralls (0.7.11)
|
51
|
-
multi_json (~> 1.10)
|
52
|
-
rest-client (>= 1.6.8, < 2)
|
53
|
-
simplecov (~> 0.9.1)
|
54
|
-
term-ansicolor (~> 1.3)
|
55
|
-
thor (~> 0.19.1)
|
56
|
-
cucumber (1.3.19)
|
57
|
-
builder (>= 2.1.2)
|
58
|
-
diff-lcs (>= 1.1.3)
|
59
|
-
gherkin (~> 2.12)
|
60
|
-
multi_json (>= 1.7.5, < 2.0)
|
61
|
-
multi_test (>= 0.1.2)
|
62
|
-
debugger-linecache (1.2.0)
|
63
|
-
diff-lcs (1.2.5)
|
64
|
-
docile (1.1.5)
|
65
|
-
erubis (2.7.0)
|
66
|
-
excon (0.44.3)
|
67
|
-
facter (2.4.1)
|
68
|
-
CFPropertyList (~> 2.2.6)
|
69
|
-
ffi (1.9.6)
|
70
|
-
filegen (0.4.3)
|
71
|
-
activesupport
|
72
|
-
fuubar (2.0.0)
|
73
|
-
rspec (~> 3.0)
|
74
|
-
ruby-progressbar (~> 1.4)
|
75
|
-
gherkin (2.12.2)
|
76
|
-
multi_json (~> 1.3)
|
77
|
-
github-markup (1.3.3)
|
78
|
-
hirb (0.7.3)
|
79
|
-
i18n (0.7.0)
|
80
|
-
json (1.8.2)
|
81
|
-
launchy (2.4.3)
|
82
|
-
addressable (~> 2.3)
|
83
|
-
mail (2.6.3)
|
84
|
-
mime-types (>= 1.16, < 3)
|
85
|
-
method_source (0.8.2)
|
86
|
-
mime-types (2.4.3)
|
87
|
-
minitest (5.5.1)
|
88
|
-
multi_json (1.10.1)
|
89
|
-
multi_test (0.1.2)
|
90
|
-
netrc (0.10.3)
|
91
|
-
parser (2.2.0.3)
|
92
|
-
ast (>= 1.1, < 3.0)
|
93
|
-
powerpack (0.1.0)
|
94
|
-
pry (0.10.1)
|
95
|
-
coderay (~> 1.1.0)
|
96
|
-
method_source (~> 0.8.1)
|
97
|
-
slop (~> 3.4)
|
98
|
-
pry-byebug (3.0.1)
|
99
|
-
byebug (~> 3.4)
|
100
|
-
pry (~> 0.10)
|
101
|
-
pry-doc (0.6.0)
|
102
|
-
pry (~> 0.9)
|
103
|
-
yard (~> 0.8)
|
104
|
-
rainbow (2.0.0)
|
105
|
-
rake (10.4.2)
|
106
|
-
redcarpet (3.2.2)
|
107
|
-
rest-client (1.7.3)
|
108
|
-
mime-types (>= 1.16, < 3.0)
|
109
|
-
netrc (~> 0.7)
|
110
|
-
rspec (3.2.0)
|
111
|
-
rspec-core (~> 3.2.0)
|
112
|
-
rspec-expectations (~> 3.2.0)
|
113
|
-
rspec-mocks (~> 3.2.0)
|
114
|
-
rspec-core (3.2.1)
|
115
|
-
rspec-support (~> 3.2.0)
|
116
|
-
rspec-expectations (3.2.0)
|
117
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
118
|
-
rspec-support (~> 3.2.0)
|
119
|
-
rspec-legacy_formatters (1.0.0)
|
120
|
-
rspec-core (>= 3.0.0.beta2)
|
121
|
-
rspec-support (>= 3.0.0.beta2)
|
122
|
-
rspec-mocks (3.2.1)
|
123
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.2.0)
|
125
|
-
rspec-support (3.2.2)
|
126
|
-
rubocop (0.29.1)
|
127
|
-
astrolabe (~> 1.3)
|
128
|
-
parser (>= 2.2.0.1, < 3.0)
|
129
|
-
powerpack (~> 0.1)
|
130
|
-
rainbow (>= 1.99.1, < 3.0)
|
131
|
-
ruby-progressbar (~> 1.4)
|
132
|
-
ruby-progressbar (1.7.1)
|
133
|
-
rubyzip (1.1.7)
|
134
|
-
rugged (0.21.4)
|
135
|
-
simplecov (0.9.2)
|
136
|
-
docile (~> 1.1.0)
|
137
|
-
multi_json (~> 1.0)
|
138
|
-
simplecov-html (~> 0.9.0)
|
139
|
-
simplecov-html (0.9.0)
|
140
|
-
slop (3.6.0)
|
141
|
-
smart_colored (1.1.1)
|
142
|
-
taskjuggler (3.5.0)
|
143
|
-
mail (>= 2.4.3)
|
144
|
-
term-ansicolor (>= 1.0.7)
|
145
|
-
term-ansicolor (1.3.0)
|
146
|
-
tins (~> 1.0)
|
147
|
-
thor (0.19.1)
|
148
|
-
thread_safe (0.3.4)
|
149
|
-
tins (1.3.4)
|
150
|
-
tmrb (1.2.7)
|
151
|
-
thor
|
152
|
-
travis-lint (2.0.0)
|
153
|
-
json
|
154
|
-
tzinfo (1.2.2)
|
155
|
-
thread_safe (~> 0.1)
|
156
|
-
versionomy (0.4.4)
|
157
|
-
blockenspiel (>= 0.4.5)
|
158
|
-
xml-simple (1.1.4)
|
159
|
-
yard (0.8.7.6)
|
160
|
-
|
161
|
-
PLATFORMS
|
162
|
-
ruby
|
163
|
-
|
164
|
-
DEPENDENCIES
|
165
|
-
addressable
|
166
|
-
aruba!
|
167
|
-
awesome_print
|
168
|
-
bundler (>= 1.3)
|
169
|
-
byebug
|
170
|
-
command_exec
|
171
|
-
coveralls
|
172
|
-
cucumber
|
173
|
-
erubis
|
174
|
-
excon
|
175
|
-
facter
|
176
|
-
fedux_org-stdlib!
|
177
|
-
fedux_org_stdlib-fixtures-plugin_manager-load!
|
178
|
-
filegen
|
179
|
-
fuubar
|
180
|
-
github-markup
|
181
|
-
hirb
|
182
|
-
launchy
|
183
|
-
pry
|
184
|
-
pry-byebug
|
185
|
-
pry-doc
|
186
|
-
rake
|
187
|
-
redcarpet
|
188
|
-
rspec
|
189
|
-
rspec-legacy_formatters
|
190
|
-
rubocop
|
191
|
-
rubyzip
|
192
|
-
rugged
|
193
|
-
simplecov
|
194
|
-
taskjuggler
|
195
|
-
tmrb
|
196
|
-
travis-lint
|
197
|
-
versionomy
|
198
|
-
yard
|