instedd-pigeon 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module Pigeon
2
2
  module Renderer
3
- class ChannelRenderer < Base
3
+ class ChannelRenderer < ::Pigeon::Renderer::Base
4
4
  include Pigeon::ChannelHelper
5
5
 
6
6
  attr_accessor :output_buffer
@@ -1,5 +1,5 @@
1
1
  module Pigeon
2
- class ChannelAttribute < NestedAttribute
2
+ class ChannelAttribute < ::Pigeon::NestedAttribute
3
3
  attr_reader :type, :default_value, :humanized_name, :label, :tooltip, :user_editable, :options
4
4
  attr_writer :scope
5
5
 
@@ -1,5 +1,5 @@
1
1
  module Pigeon
2
- class NuntiumChannel < Channel
2
+ class NuntiumChannel < ::Pigeon::Channel
3
3
 
4
4
  class << self
5
5
  def type() :nuntium end
@@ -1,5 +1,5 @@
1
1
  module Pigeon
2
- class VerboiceChannel < Channel
2
+ class VerboiceChannel < ::Pigeon::Channel
3
3
 
4
4
  class << self
5
5
  def type() :verboice end
@@ -1,3 +1,3 @@
1
1
  module Pigeon
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instedd-pigeon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -189,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
189
189
  version: '0'
190
190
  segments:
191
191
  - 0
192
- hash: 33093793
192
+ hash: -1061998481
193
193
  required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  none: false
195
195
  requirements:
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  version: '0'
199
199
  segments:
200
200
  - 0
201
- hash: 33093793
201
+ hash: -1061998481
202
202
  requirements: []
203
203
  rubyforge_project:
204
204
  rubygems_version: 1.8.25