Skip to content

Commit 1258a72

Browse files
committed
Merge pull request #74 from intercom/BL/ruby-version-gemspec
Specify the ruby version in gemspec
2 parents a672399 + 1373515 commit 1258a72

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source "http://rubygems.org"
2-
ruby "2.0.0"
32

43
gemspec
54

intercom.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ Gem::Specification.new do |spec|
2525
spec.add_development_dependency "fakeweb", ["~> 1.3"]
2626

2727
spec.add_dependency 'json'
28+
spec.required_ruby_version = '~> 2.0'
2829
end

lib/intercom/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "2.0.0"
2+
VERSION = "2.0.1"
33
end

0 commit comments

Comments
 (0)