picky 1.4.2 → 1.4.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.
File without changes
|
@@ -4,7 +4,7 @@ require 'spec_helper'
|
|
4
4
|
|
5
5
|
# We need to load the CLI file explicitly as the CLI is not loaded with the Loader (not needed in the server, only for script runs).
|
6
6
|
#
|
7
|
-
require File.expand_path '
|
7
|
+
require File.expand_path '../../../lib/picky/cli', __FILE__
|
8
8
|
|
9
9
|
# TODO Finish this prototype Spec, redesign.
|
10
10
|
#
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: picky
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.4.
|
5
|
+
version: 1.4.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Florian Hanke
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-03-01 00:00:00 +01:00
|
14
14
|
default_executable: picky
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -39,6 +39,7 @@ files:
|
|
39
39
|
- lib/picky/aliases.rb
|
40
40
|
- lib/picky/application.rb
|
41
41
|
- lib/picky/character_substituters/west_european.rb
|
42
|
+
- lib/picky/cli.rb
|
42
43
|
- lib/picky/cores.rb
|
43
44
|
- lib/picky/generators/aliases.rb
|
44
45
|
- lib/picky/index/base.rb
|
@@ -53,7 +54,6 @@ files:
|
|
53
54
|
- lib/picky/internals/adapters/rack/query.rb
|
54
55
|
- lib/picky/internals/adapters/rack.rb
|
55
56
|
- lib/picky/internals/calculations/location.rb
|
56
|
-
- lib/picky/internals/cli.rb
|
57
57
|
- lib/picky/internals/configuration/index.rb
|
58
58
|
- lib/picky/internals/ext/maybe_compile.rb
|
59
59
|
- lib/picky/internals/ext/ruby19/extconf.rb
|
@@ -161,6 +161,7 @@ files:
|
|
161
161
|
- spec/lib/aliases_spec.rb
|
162
162
|
- spec/lib/application_spec.rb
|
163
163
|
- spec/lib/character_substituters/west_european_spec.rb
|
164
|
+
- spec/lib/cli_spec.rb
|
164
165
|
- spec/lib/generators/aliases_spec.rb
|
165
166
|
- spec/lib/index/base_spec.rb
|
166
167
|
- spec/lib/index_bundle_spec.rb
|
@@ -170,7 +171,6 @@ files:
|
|
170
171
|
- spec/lib/internals/adapters/rack/live_parameters_spec.rb
|
171
172
|
- spec/lib/internals/adapters/rack/query_spec.rb
|
172
173
|
- spec/lib/internals/calculations/location_spec.rb
|
173
|
-
- spec/lib/internals/cli_spec.rb
|
174
174
|
- spec/lib/internals/configuration/index_spec.rb
|
175
175
|
- spec/lib/internals/cores_spec.rb
|
176
176
|
- spec/lib/internals/extensions/array_spec.rb
|
@@ -276,6 +276,7 @@ test_files:
|
|
276
276
|
- spec/lib/aliases_spec.rb
|
277
277
|
- spec/lib/application_spec.rb
|
278
278
|
- spec/lib/character_substituters/west_european_spec.rb
|
279
|
+
- spec/lib/cli_spec.rb
|
279
280
|
- spec/lib/generators/aliases_spec.rb
|
280
281
|
- spec/lib/index/base_spec.rb
|
281
282
|
- spec/lib/index_bundle_spec.rb
|
@@ -285,7 +286,6 @@ test_files:
|
|
285
286
|
- spec/lib/internals/adapters/rack/live_parameters_spec.rb
|
286
287
|
- spec/lib/internals/adapters/rack/query_spec.rb
|
287
288
|
- spec/lib/internals/calculations/location_spec.rb
|
288
|
-
- spec/lib/internals/cli_spec.rb
|
289
289
|
- spec/lib/internals/configuration/index_spec.rb
|
290
290
|
- spec/lib/internals/cores_spec.rb
|
291
291
|
- spec/lib/internals/extensions/array_spec.rb
|