We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a672399 + 1373515 commit 1258a72Copy full SHA for 1258a72
Gemfile
@@ -1,5 +1,4 @@
1
source "http://rubygems.org"
2
-ruby "2.0.0"
3
4
gemspec
5
intercom.gemspec
@@ -25,4 +25,5 @@ Gem::Specification.new do |spec|
25
spec.add_development_dependency "fakeweb", ["~> 1.3"]
26
27
spec.add_dependency 'json'
28
+ spec.required_ruby_version = '~> 2.0'
29
end
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "2.0.0"
+ VERSION = "2.0.1"
0 commit comments