maileon 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a928c37d85c74d6324ca419d56d4ee3495025951
4
- data.tar.gz: fed079962382092c6bc9c9fc3b5f5beba07de26e
3
+ metadata.gz: 8c0b2f18f27e78c5c0ceb47e0e90ea7c28aa6ba1
4
+ data.tar.gz: 36c7a78b08a04c8d55c13a35fa4df3b4731b7621
5
5
  SHA512:
6
- metadata.gz: 8d3823ebbfc7028cb4c8da550af09b64be8de0d20ac60dfd41020efa034bc87cf7ab6f4009b8be786c596ae516e969a56f694d3ec5b357957c1f4a6193fca827
7
- data.tar.gz: fce993c61cc8424aeb03c28a17083d2b497483839c76263fba00a0df74b0df8ab3dc7a03fda1f532c326dce2183d9c0f5f6328c8d90500bbdbb6d19c3ca735e3
6
+ metadata.gz: c8c45b2d996c10da1c030264ae04743493cc6313ca79f6592fcda5680339ba95a1f0bcb954c5c3a7077bd8e5d1151d088d3bfe2fe88b2fe06df9af00cb5471de
7
+ data.tar.gz: 45f5a872170c2d1173a5722c17638356823be39cdb252d3b59d402c8d6eb97b01a79dec52da13a97e6bfc01f12350175456ebd7a0a1d6a4eb9c146383c386f9a
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Maileon [![Build Status](http://travis-ci.org/interactive-pioneers/maileon.svg?branch=master)](https://travis-ci.org/interactive-pioneers/maileon)
1
+ # Maileon [![Build Status](http://travis-ci.org/interactive-pioneers/maileon.svg?branch=master)](https://travis-ci.org/interactive-pioneers/maileon) [![Gem Version](https://badge.fury.io/rb/maileon.svg)](http://badge.fury.io/rb/maileon)
2
2
 
3
3
  Ruby wrapper for Maileon email marketing software API.
4
4
 
@@ -1,3 +1,3 @@
1
1
  module Maileon
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = %q{Ruby wrapper for Maileon email marketing software API.}
13
13
  spec.homepage = "https://github.com/interactive-pioneers/maileon"
14
14
  spec.license = "GPL-3.0"
15
+ spec.required_ruby_version = ">= 2.0.0"
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0")
17
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maileon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ain Tohvri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-04 00:00:00.000000000 Z
11
+ date: 2015-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -230,7 +230,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
230
230
  requirements:
231
231
  - - ">="
232
232
  - !ruby/object:Gem::Version
233
- version: '0'
233
+ version: 2.0.0
234
234
  required_rubygems_version: !ruby/object:Gem::Requirement
235
235
  requirements:
236
236
  - - ">="