geminabox-release 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 313fb27f96aad921f03c3a29adab167264b087dc
4
- data.tar.gz: 7ebd36b3cddf38655dc8253fa0b29569bc8f5a98
3
+ metadata.gz: e1a4c70a944df5c8303adbf2cc0c4c9276f16835
4
+ data.tar.gz: b605184a1717f2d68b709a88a3c0d1864032d599
5
5
  SHA512:
6
- metadata.gz: 68ca2265933514f1db7adb1069752d5370aeb2f7a4684a864458c84f0cb54e87942ce84d8ba61076684f792d5c7c3fde3daf3f08551de1604368e22272796041
7
- data.tar.gz: 984f157594d6d841d42849959da88b9a879451d28254a1a8ef8d2ef0d794cbca131a109a7e5f5a5b536b794a51cb37b781a585ff2efc631615906eb431ca5662
6
+ metadata.gz: f815e42a7f4cc865a0aefe621b0b89887d8e8cb69380b74cbc40d23ad3112b113cbae3969f619291e2b571c1790a8a9b2c1ad236da8d7e1f7ce2387c8145396c
7
+ data.tar.gz: c1f0cceef3f9b6adbd5257dbf8e38e2858ed99914f5704b369959b1a2e63471d8f4679304c5c399a961f1914c57bd64829ea6d7deeda3f752623f35382f97116
data/README.md CHANGED
@@ -26,4 +26,7 @@ The order is important as requiring bunlder/gem_tasks creates the rake tasks and
26
26
 
27
27
  # LICENSE
28
28
 
29
- see {LICENSE}
29
+ Copyright (c) 2014 Dennis-Florian Herr @ Experteer GmbH
30
+
31
+ see {LICENSE}
32
+
@@ -1,4 +1,4 @@
1
1
  module GeminaboxRelease
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
4
4
 
@@ -67,7 +67,7 @@ module GeminaboxRelease
67
67
  req["Content-Type"] = "multipart/form-data; boundary=#{boundary}"
68
68
  response = http.request(req)
69
69
  if response.code.to_i < 300
70
- puts response.body
70
+ Bundler.ui.confirm("Gem #{File.basename(path)} received and indexed.")
71
71
  else
72
72
  raise "Error (#{response.code} received)\n\n#{response.body}"
73
73
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geminabox-release
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dennis-Florian Herr