Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit cd4d061

Browse files
authored
Merge pull request #11 from mgrachev/release
Release v1.1.0
2 parents f8ef81d + 162dc35 commit cd4d061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gastly.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222

2323
spec.add_development_dependency 'bundler'
2424
spec.add_development_dependency 'rake', '~> 12.3'
25-
spec.add_development_dependency 'rubocop'
25+
spec.add_development_dependency 'rubocop', '0.68'
2626
spec.add_development_dependency 'rspec', '~> 3.4.0'
2727

2828
spec.add_dependency 'phantomjs', '~> 2.1.1'

lib/gastly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Gastly
2-
VERSION = '1.0.1'
2+
VERSION = '1.1.0'
33
end

0 commit comments

Comments
 (0)