boiler 0.0.15 → 0.0.16

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.
@@ -72,7 +72,7 @@ class #{self.module}::Client < Chalk::CLI::Command
72
72
  def invoke
73
73
  thrift_client = Chalk::Thrift::Client::Base.new(
74
74
  ['127.0.0.1:#{@port}'],
75
- :interface => #{self.module}::Thrift::#{server.capitalize}Interface
75
+ interface: #{self.module}::Thrift::#{server.capitalize}Interface
76
76
  )
77
77
  result = thrift_client.example('argument')
78
78
  puts result
@@ -1,3 +1,3 @@
1
1
  module Boiler
2
- VERSION = '0.0.15'
2
+ VERSION = '0.0.16'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
162
  version: '0'
163
163
  segments:
164
164
  - 0
165
- hash: -589120304996454384
165
+ hash: -4430874247463787919
166
166
  required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  none: false
168
168
  requirements:
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  segments:
173
173
  - 0
174
- hash: -589120304996454384
174
+ hash: -4430874247463787919
175
175
  requirements: []
176
176
  rubyforge_project:
177
177
  rubygems_version: 1.8.23