haplo 2.2.1-java → 2.2.2-java
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
- data/haplo.gemspec +2 -2
- data/lib/plugin_tool.rb +5 -1
- data/lib/version.txt +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 190d565dbf232dd436f471739be9aefc29971fcf
|
|
4
|
+
data.tar.gz: 0afe0ae84193295c0bd5ed7597f1586af5c7855a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e540d591d93b81d105ab3f8f3efa07ea05ad98a950de35c7bf8fd210fe8c9a6ab2f948a636b490692813dde5348eac80fa628aa73bb78f0fa6ce458c5ff7222
|
|
7
|
+
data.tar.gz: 88e45b40016126f1a5cf38023c60ba72333b0f77017341a7752d9ca507b53162af5ca42414481ae518227d5d80de936a1d1a03ce2f883bedcb3403aec0c853bc
|
data/haplo.gemspec
CHANGED
|
@@ -3,8 +3,8 @@ Gem::Specification.new do |s|
|
|
|
3
3
|
files = Dir.glob("#{root_dir}/**/*.*").map { |x| x[root_dir.length + 1, x.length]}
|
|
4
4
|
|
|
5
5
|
s.name = 'haplo'
|
|
6
|
-
s.version = '2.2.
|
|
7
|
-
s.date = '2016-05-
|
|
6
|
+
s.version = '2.2.2'
|
|
7
|
+
s.date = '2016-05-23'
|
|
8
8
|
s.summary = "Haplo Plugin Tool"
|
|
9
9
|
s.description = "Development tools for developing Haplo plugins, see http://haplo.org"
|
|
10
10
|
s.licenses = ["MPL-2.0"]
|
data/lib/plugin_tool.rb
CHANGED
|
@@ -205,7 +205,11 @@ unless LOCAL_ONLY_COMMANDS[PLUGIN_TOOL_COMMAND]
|
|
|
205
205
|
end
|
|
206
206
|
# Error if any of the requested plugins aren't in this list
|
|
207
207
|
if bad_plugin_requests
|
|
208
|
-
|
|
208
|
+
if options.force
|
|
209
|
+
puts "NOTICE: Ignoring plugin dependency check, uploading plugins anyway."
|
|
210
|
+
else
|
|
211
|
+
end_on_error("Stopping because some requested plugins are not dependents of the application root plugin: #{application_root_plugin}\nUse --force option to override.")
|
|
212
|
+
end
|
|
209
213
|
end
|
|
210
214
|
# So that you can switch between repo branchs without worrying about having to
|
|
211
215
|
# uninstall the plugins in that branch, there's an option to remove anything
|
data/lib/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b3aebf0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: haplo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Haplo Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Development tools for developing Haplo plugins, see http://haplo.org
|
|
14
14
|
email: client.services@haplo-services.com
|