cany 0.5.2 → 0.5.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: 8ef1a82496ea3d4b5138aa96d14773fa9b407087
4
- data.tar.gz: 5aa2a6f1dcd011c5cee941bba26979aa2a51c951
3
+ metadata.gz: 637980638157417d259b5f2d8d8e2a3e94e41ad4
4
+ data.tar.gz: d9eaf743f92f5171f0571c87aebf5a66798762a8
5
5
  SHA512:
6
- metadata.gz: 4b565dfd33242c905e0cd244f87051b3378dca0cd3700b19f3aefc24b800371fdc26a39b90348d7f6ff6708e8bbb9c1fcb0d17aa6356d7968c5e82b85b9ef57e
7
- data.tar.gz: d5c589581f25ae5df6736d97f4aa99d4b5e606c29dbb179bbce4551994de46ed40b267e40ac3b259e279cad5f5fdef88adb1c2e1077caae98ae1e2ec44a9566e
6
+ metadata.gz: ccaee5f2e0418f398d5cce70aef65163f878883fb6bb729af4c600296ed68b6dbfeead1c9d132227af6c178a2316f293311cdf94c491cfe6e1244ca1a92bf040
7
+ data.tar.gz: 244216fd5b069138a9868055698678e540422ea7da9250dd924818aaa203c7a88e041355e28c22af3e032edcd4d30047cb8c31a391ac89d5d2af15cfcc8a7f90
@@ -1,3 +1,11 @@
1
+ 0.5.3 / 2014-08-14
2
+ ==================
3
+
4
+ Bug Fixes:
5
+
6
+ * Use bundler 1.6.x for now - as 1.7 has difficulties with basic auth protected sources (II)
7
+
8
+
1
9
  0.5.2 / 2014-08-14
2
10
  ==================
3
11
 
@@ -35,7 +35,7 @@ module Cany
35
35
  ENV['GEM_HOME'] = File.absolute_path('debian/gems')
36
36
  old_home = ENV['HOME']
37
37
  ENV['HOME'] = File.absolute_path('debian')
38
- ruby_bin 'gem', %w(install bundler --version '~> 1.6' --no-ri --no-rdoc --install-dir bundler --bindir bundler/bin)
38
+ ruby_bin 'gem', %w(install bundler --version ~>1.6.5 --no-ri --no-rdoc --install-dir bundler --bindir bundler/bin)
39
39
  ENV['HOME'] = old_home
40
40
  ruby_bin 'bundle', %w(install --deployment --without), skipped_groups
41
41
  inner.build
@@ -2,7 +2,7 @@ module Cany
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- PATCH = 2
5
+ PATCH = 3
6
6
  STAGE = nil
7
7
  STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')
8
8
  def self.to_s; STRING end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cany
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malte Swart