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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8aa2dd9157c3175e9f8d3fed20a596874c05d9b0
4
- data.tar.gz: 8361a1db6e8c4f42836440501a2f988ccfbdffd3
3
+ metadata.gz: 190d565dbf232dd436f471739be9aefc29971fcf
4
+ data.tar.gz: 0afe0ae84193295c0bd5ed7597f1586af5c7855a
5
5
  SHA512:
6
- metadata.gz: b42f10605846cb71233fbfc65f6389e3d0e149a196bd60aef9f153f41ff57d70043021e406988f78833de936bd0cb2a96939773a153b946e26c8d69f301ffcd4
7
- data.tar.gz: 919e97ab82fea366431ea02ee191c2f45146ab870ef5cd22fe8e471826ea148f8f947232f26b7e5f9a444bab4f556ddfe2425088014001daa0281ba2b017ab81
6
+ metadata.gz: 4e540d591d93b81d105ab3f8f3efa07ea05ad98a950de35c7bf8fd210fe8c9a6ab2f948a636b490692813dde5348eac80fa628aa73bb78f0fa6ce458c5ff7222
7
+ data.tar.gz: 88e45b40016126f1a5cf38023c60ba72333b0f77017341a7752d9ca507b53162af5ca42414481ae518227d5d80de936a1d1a03ce2f883bedcb3403aec0c853bc
@@ -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.1'
7
- s.date = '2016-05-16'
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"]
@@ -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
- end_on_error("Stopping because some requested plugins are not dependents of the application root plugin: #{application_root_plugin}")
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
@@ -1 +1 @@
1
- 65c45bc
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.1
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-16 00:00:00.000000000 Z
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