cany 0.5.5 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b1fc3bce06d0b78f472ad8c0b59148ae6ead507
4
- data.tar.gz: c5e6d6bdd5b87d0d0489cf25a9e6e7de4c7529fd
3
+ metadata.gz: 75fe696030904cda52eb63002680afa151111b78
4
+ data.tar.gz: de978fecf2547d409e8ac88f1eb01f41e19a36f9
5
5
  SHA512:
6
- metadata.gz: 04e0a5b6b8557cf52057db018407b5c3442cc07ff4ea9680996449e73afffc273db23502a9fa51f64d825717b61337773ba6a67c88ae7472e9423bdd30b666a6
7
- data.tar.gz: bb928174a260ebf9f40b12154b3b3de2d4a67af6b027c199f82f3bfcede5339e334983a7981f71199a7cd0331281549ffe1625a9ea4894c6ec76e1b10d59f893
6
+ metadata.gz: d28e4e7d27f943a62ae97f8c79fa39a90dcddf80837a1beb21410f0d9e58cbffcaed0e627ead5a8399482e79499a8f7b8d6aa24453030b47a0f56e0e8ffa4612
7
+ data.tar.gz: bc9e29fdeaca3d66a47d8d3516c96261c6f5de01e1006f21c74dae942ed28fe4b3daa4d55dd26a86e4c27c1331620cc1fbc25ab1e3e2228fa312fc533181d9dc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ 0.5.6 / 2016-08-19
2
+ ==================
3
+
4
+ Bug Fixes:
5
+
6
+ * bundler: use current bundler revision, issues with 1.7 looks resolved
7
+
8
+
1
9
  0.5.5 / 2016-02-15
2
10
  ==================
3
11
 
data/Gemfile.lock CHANGED
@@ -1,29 +1,26 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cany (0.5.5)
4
+ cany (0.5.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- coderay (1.1.0)
10
- coveralls (0.8.10)
11
- json (~> 1.8)
12
- rest-client (>= 1.6.8, < 2)
13
- simplecov (~> 0.11.0)
9
+ coderay (1.1.1)
10
+ coveralls (0.8.15)
11
+ json (>= 1.8, < 3)
12
+ simplecov (~> 0.12.0)
14
13
  term-ansicolor (~> 1.3)
15
14
  thor (~> 0.19.1)
16
- tins (~> 1.6.0)
15
+ tins (>= 1.6.0, < 2)
17
16
  deb_control (0.0.1)
18
17
  diff-lcs (1.2.5)
19
18
  docile (1.1.5)
20
- domain_name (0.5.20160128)
21
- unf (>= 0.0.5, < 1.0.0)
22
- ffi (1.9.10)
19
+ ffi (1.9.14)
23
20
  formatador (0.2.5)
24
- guard (2.13.0)
21
+ guard (2.14.0)
25
22
  formatador (>= 0.2.4)
26
- listen (>= 2.7, <= 4.0)
23
+ listen (>= 2.7, < 4.0)
27
24
  lumberjack (~> 1.0)
28
25
  nenv (~> 0.1)
29
26
  notiffany (~> 0.0)
@@ -31,72 +28,63 @@ GEM
31
28
  shellany (~> 0.0)
32
29
  thor (>= 0.18.1)
33
30
  guard-compat (1.2.1)
34
- guard-rspec (4.6.4)
31
+ guard-rspec (4.7.3)
35
32
  guard (~> 2.1)
36
33
  guard-compat (~> 1.1)
37
34
  rspec (>= 2.99.0, < 4.0)
38
35
  guard-yard (2.1.4)
39
36
  guard (>= 1.1.0)
40
37
  yard (>= 0.7.0)
41
- http-cookie (1.0.2)
42
- domain_name (~> 0.5)
43
- json (1.8.3)
38
+ json (2.0.2)
44
39
  libnotify (0.9.1)
45
40
  ffi (>= 1.0.11)
46
- listen (3.0.6)
47
- rb-fsevent (>= 0.9.3)
48
- rb-inotify (>= 0.9.7)
41
+ listen (3.1.5)
42
+ rb-fsevent (~> 0.9, >= 0.9.4)
43
+ rb-inotify (~> 0.9, >= 0.9.7)
44
+ ruby_dep (~> 1.2)
49
45
  lumberjack (1.0.10)
50
46
  method_source (0.8.2)
51
- mime-types (2.99)
52
47
  nenv (0.3.0)
53
- netrc (0.11.0)
54
- notiffany (0.0.8)
48
+ notiffany (0.1.1)
55
49
  nenv (~> 0.1)
56
50
  shellany (~> 0.0)
57
- pry (0.10.3)
51
+ pry (0.10.4)
58
52
  coderay (~> 1.1.0)
59
53
  method_source (~> 0.8.1)
60
54
  slop (~> 3.4)
61
- rake (10.5.0)
55
+ rake (11.2.2)
62
56
  rb-fchange (0.0.6)
63
57
  ffi
64
58
  rb-fsevent (0.9.7)
65
59
  rb-inotify (0.9.7)
66
60
  ffi (>= 0.5.0)
67
61
  redcarpet (3.3.4)
68
- rest-client (1.8.0)
69
- http-cookie (>= 1.0.2, < 2.0)
70
- mime-types (>= 1.16, < 3.0)
71
- netrc (~> 0.7)
72
- rspec (3.4.0)
73
- rspec-core (~> 3.4.0)
74
- rspec-expectations (~> 3.4.0)
75
- rspec-mocks (~> 3.4.0)
76
- rspec-core (3.4.2)
77
- rspec-support (~> 3.4.0)
78
- rspec-expectations (3.4.0)
62
+ rspec (3.5.0)
63
+ rspec-core (~> 3.5.0)
64
+ rspec-expectations (~> 3.5.0)
65
+ rspec-mocks (~> 3.5.0)
66
+ rspec-core (3.5.2)
67
+ rspec-support (~> 3.5.0)
68
+ rspec-expectations (3.5.0)
79
69
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.4.0)
81
- rspec-mocks (3.4.1)
70
+ rspec-support (~> 3.5.0)
71
+ rspec-mocks (3.5.0)
82
72
  diff-lcs (>= 1.2.0, < 2.0)
83
- rspec-support (~> 3.4.0)
84
- rspec-support (3.4.1)
73
+ rspec-support (~> 3.5.0)
74
+ rspec-support (3.5.0)
75
+ ruby_dep (1.4.0)
85
76
  shellany (0.0.1)
86
- simplecov (0.11.2)
77
+ simplecov (0.12.0)
87
78
  docile (~> 1.1.0)
88
- json (~> 1.8)
79
+ json (>= 1.8, < 3)
89
80
  simplecov-html (~> 0.10.0)
90
81
  simplecov-html (0.10.0)
91
82
  slop (3.6.0)
92
83
  term-ansicolor (1.3.2)
93
84
  tins (~> 1.0)
94
85
  thor (0.19.1)
95
- timecop (0.8.0)
96
- tins (1.6.0)
97
- unf (0.1.4)
98
- unf_ext
99
- unf_ext (0.0.7.2)
86
+ timecop (0.8.1)
87
+ tins (1.12.0)
100
88
  yard (0.8.7.6)
101
89
 
102
90
  PLATFORMS
@@ -121,4 +109,4 @@ DEPENDENCIES
121
109
  yard (~> 0.8.6)
122
110
 
123
111
  BUNDLED WITH
124
- 1.11.2
112
+ 1.12.5
@@ -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.5 --no-ri --no-rdoc --install-dir bundler --bindir bundler/bin)
38
+ ruby_bin 'gem', %w(install bundler --no-ri --no-rdoc --install-dir bundler --bindir bundler/bin)
39
39
  ENV['HOME'] = old_home
40
40
  ruby_bin 'bundle', %w(install --deployment --retry 3 --without), skipped_groups
41
41
  inner.build
data/lib/cany/version.rb CHANGED
@@ -2,7 +2,7 @@ module Cany
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- PATCH = 5
5
+ PATCH = 6
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cany
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malte Swart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-15 00:00:00.000000000 Z
11
+ date: 2016-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project:
133
- rubygems_version: 2.4.5.1
133
+ rubygems_version: 2.5.1
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: Canning your ruby applications