Skip to content

Commit 4d22145

Browse files
committed
gemspec fix and version for rubygems
1 parent 1badd40 commit 4d22145

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/kraken-mobile-1.0.0.gem
1+
/kraken-mobile-*.gem
22
/example
33
/Gemfile.lock

kraken-mobile.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Gem::Specification.new do |s|
1111
s.license = 'MIT'
1212
s.authors = ['William Ravelo M']
1313
s.email = ['drummerwilliam@gmail.com']
14-
s.homepage = 'https://github.com/ravelinx22'
14+
s.homepage = 'https://github.com/ravelinx22/KrakenMobile'
15+
s.required_ruby_version = '>= 2.2.0'
1516
s.summary = %q{Automated E2E mobile testing involving intercommunication scenarios. }
1617
s.description = %q{Automated E2E testing involving intercommunication between two or more mobile applications running in different devices or emulators. }
1718
s.executables = 'kraken-mobile'

lib/kraken-mobile/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
# encoding: utf-8
33
module KrakenMobile
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end

0 commit comments

Comments
 (0)