intercom-rails 0.2.15 → 0.2.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.
@@ -1,3 +1,3 @@
1
1
  module IntercomRails
2
- VERSION = "0.2.15"
2
+ VERSION = "0.2.16"
3
3
  end
@@ -48,7 +48,6 @@ IntercomRails.config do |config|
48
48
  # :favorite_color => :favorite_color
49
49
  # }
50
50
 
51
- <%- if @app_id == 'tx2p130c' -%>
52
51
  # == User -> Company association
53
52
  # A Proc that given a user returns an array of companies
54
53
  # that the user belongs to.
@@ -84,7 +83,6 @@ IntercomRails.config do |config|
84
83
  #
85
84
  # config.company.monthly_spend = Proc.new { |current_company| current_company.plan.price }
86
85
  # config.company.monthly_spend = Proc.new { |current_company| (current_company.plan.price - current_company.subscription.discount) }
87
- <%- end -%>
88
86
 
89
87
  # == Inbox Style
90
88
  # This enables the Intercom inbox which allows your users to read their
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intercom-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-02-11 00:00:00.000000000 Z
14
+ date: 2013-02-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport
@@ -178,12 +178,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
178
178
  - - ! '>='
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
+ segments:
182
+ - 0
183
+ hash: -1896068607384493882
181
184
  required_rubygems_version: !ruby/object:Gem::Requirement
182
185
  none: false
183
186
  requirements:
184
187
  - - ! '>='
185
188
  - !ruby/object:Gem::Version
186
189
  version: '0'
190
+ segments:
191
+ - 0
192
+ hash: -1896068607384493882
187
193
  requirements: []
188
194
  rubyforge_project: intercom-rails
189
195
  rubygems_version: 1.8.23