conjure 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
data/History.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### Version 0.2.10
2
+ 2015-06-24
3
+
4
+ * Always upgrade to latest revision of provisioned Ruby version
5
+
1
6
  ### Version 0.2.9
2
7
  2015-06-24
3
8
 
@@ -58,7 +58,7 @@ module Conjure
58
58
  def server_template
59
59
  public_key = File.expand_path("~/.ssh/id_rsa.pub")
60
60
  raise "Error: ~/.ssh/id_rsa.pub must exist." unless File.exist?(public_key)
61
- file = Docker::Template.new("conjure/passenger-ruby22:1.0.0")
61
+ file = Docker::Template.new("conjure/passenger-ruby22:1.0.1")
62
62
  file.run apt_command if apt_command
63
63
  file.run rubygems_command if rubygems_command
64
64
  file.add_file public_key, "/root/.ssh/authorized_keys"
@@ -1,3 +1,3 @@
1
1
  module Conjure
2
- VERSION = "0.2.9" unless defined?(VERSION)
2
+ VERSION = "0.2.10" unless defined?(VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: