Skip to content

Commit 97a8480

Browse files
authored
Merge pull request #21 from mxenabled/mc/update_gempsec
Update gemspec
2 parents 4afcbe0 + e1232f7 commit 97a8480

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*This project is currently in **Beta**. Please open up an issue [here](https://github.com/mxenabled/mx-platform-ruby/issues) to report issues using the MX Platform API Ruby Library.*
22

33
# MX Platform API Ruby Library
4-
#### Version 0.1.0
4+
#### Version 0.1.1
55

66
A Ruby library for the [MX Platform API](https://www.mx.com/products/platform-api).
77

lib/mx-platform-ruby/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

33
module MXPlatformRuby
4-
VERSION = '0.1.0'
4+
VERSION = '0.1.1'
55
end

mx-platform-ruby.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Gem::Specification.new do |s|
88
s.version = MXPlatformRuby::VERSION
99
s.platform = Gem::Platform::RUBY
1010
s.authors = ['MX']
11-
s.email = ['dev@mx.com']
11+
s.email = ['devexperience@mx.com']
12+
s.files = `git ls-files`.split("\n")
1213
s.homepage = 'https://www.mx.com/products/platform-api'
1314
s.summary = 'MX Platform Ruby Gem'
1415
s.description = 'A Ruby library for the MX Platform API.'

0 commit comments

Comments
 (0)