opener-core 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/lib/opener/core/resource_switcher.rb +1 -1
- data/lib/opener/core/version.rb +1 -1
- metadata +10 -11
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
M2FhYzk3YzFmYzY2ZWExNjFiZTcyMTQ2MWFiNGJlMTA2YjBkNTlmOQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
YjhhZDc2OTMwNGNjMTQ4NzA0MDJhZDQ0YzQ5YTcyZjQzNzBhODljZg==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NDQzNmIzYTBhMGJhZGVhNzgxYzQxMzg3Nzk4ZDNkY2VlNzdiZTBjYjIyOWE3
|
10
|
+
MDczNzg2NTk4NTgyNGZiMTM1NTIzYTY5MGMxMTIxZDFlMzE2ZTk4NDIyNGQy
|
11
|
+
NTgwN2Y0MjkwZjZjZWYwN2RjNjM5YzAzZjkyNWEzOGEwYTVmMGQ=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MWRkYWFlM2E1MzJhNTEwNDk5N2UzM2JhMmFmMWQ5YWI1YmZmNjU3MzBlYjQ3
|
14
|
+
M2M5NzU2YWRiOGM0YWVhNjM0ZmVlZWFhM2QyMGE1NWM4MjVjMjY1MTJjMjdj
|
15
|
+
ODExYWI5ZDJhNzlkODkwZGNjNWJiZmJlMzI1NmE0MDQyZDFmZDM=
|
@@ -25,7 +25,7 @@ module Opener
|
|
25
25
|
return if !options[:resource_path] && !options[:resource_url]
|
26
26
|
|
27
27
|
path = options[:resource_path]
|
28
|
-
if options[:resource_url]
|
28
|
+
if options[:resource_url] && path.nil? && force
|
29
29
|
raise ArgumentError, "No resource-path given"
|
30
30
|
end
|
31
31
|
|
data/lib/opener/core/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opener-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- development@olery.com
|
@@ -14,28 +14,28 @@ dependencies:
|
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.5'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.5'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ! '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ! '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
description: Gem that contains some low lever generic functions for all OpeNER components.
|
@@ -44,13 +44,13 @@ executables: []
|
|
44
44
|
extensions: []
|
45
45
|
extra_rdoc_files: []
|
46
46
|
files:
|
47
|
-
- README.md
|
48
|
-
- lib/opener/core.rb
|
49
47
|
- lib/opener/core/argv_splitter.rb
|
50
48
|
- lib/opener/core/opt_parser.rb
|
51
49
|
- lib/opener/core/resource_switcher.rb
|
52
50
|
- lib/opener/core/version.rb
|
51
|
+
- lib/opener/core.rb
|
53
52
|
- opener-core.gemspec
|
53
|
+
- README.md
|
54
54
|
homepage: http://opener-project.github.com
|
55
55
|
licenses:
|
56
56
|
- Apachev2
|
@@ -61,19 +61,18 @@ require_paths:
|
|
61
61
|
- lib
|
62
62
|
required_ruby_version: !ruby/object:Gem::Requirement
|
63
63
|
requirements:
|
64
|
-
- -
|
64
|
+
- - ! '>='
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
68
68
|
requirements:
|
69
|
-
- -
|
69
|
+
- - ! '>='
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
73
|
rubyforge_project:
|
74
|
-
rubygems_version: 2.
|
74
|
+
rubygems_version: 2.1.11
|
75
75
|
signing_key:
|
76
76
|
specification_version: 4
|
77
77
|
summary: Gem that contains some low lever generic functions for all OpeNER components.
|
78
78
|
test_files: []
|
79
|
-
has_rdoc:
|