Skip to content

Commit 609579a

Browse files
author
ccoakley
committed
[CLC-1055] build gems for release
1 parent 7642ff3 commit 609579a

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

cielo24_cli/cielo24-cli-0.0.5.gem

-7.5 KB
Binary file not shown.

cielo24_cli/cielo24-cli-0.0.6.gem

7.5 KB
Binary file not shown.

cielo24_cli/cielo24_cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
2020

2121
spec.add_development_dependency 'bundler', '~> 1.10.6'
2222

23-
spec.add_dependency 'cielo24', '~> 0.0.15'
23+
spec.add_dependency 'cielo24', '~> 0.0.16'
2424
spec.add_dependency 'thor', '~> 0.19.1'
2525
end
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cielo24CLI
2-
VERSION = '0.0.5'
3-
end
2+
VERSION = '0.0.6'
3+
end

cielo24_gem/cielo24-0.0.15.gem

-9.5 KB
Binary file not shown.

cielo24_gem/cielo24-0.0.16.gem

10 KB
Binary file not shown.

cielo24_gem/lib/cielo24/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cielo24
2-
VERSION = '0.0.15'
3-
end
2+
VERSION = '0.0.16'
3+
end

0 commit comments

Comments
 (0)