elk 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.MD +2 -0
  3. data/lib/elk/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffe981763600225095d75aaf6c9906060fca7be7
4
- data.tar.gz: 411313ddbd7e12b1b2fd8b78f2135e9bfd1ab425
3
+ metadata.gz: f9d07160f26139ffd604d4d542016dfe0911d1a3
4
+ data.tar.gz: a0b60c90d7064577049183ef23c1df315210ab3f
5
5
  SHA512:
6
- metadata.gz: f504ba330456a3d3b9ebd292d0baf0b0eacd07d2b4d1fa213f9431cd5d4f97879f9ff10ffcd128dae87ddfa4e8176a0dbb9cb9b64149a7818e886d4ff3542aad
7
- data.tar.gz: 878e51be0a7383459fbf04aff9a259c837a7866c249f9ae6c11953c80a8c4e816cdf76921caaf6a6b5d107d5cbd910485b2eca301b8ef5dd555bddb8cc05f0f5
6
+ metadata.gz: f23acab93fb2c7007d71ca1b9dedf74496f620c597f9660b2acdb04b00d5a90de2b454dad58719c0e5711f30b52a4dfcea44e952654ce2b45ed5d1482b03c6d8
7
+ data.tar.gz: 7de8a02ad30e5df2034a445bc6deff74a786cd43a203e86eecb94a06f35aa28fbd83a3968f07e4642f85837056deed5f02bb983b98033f2b0c7f4f318560012c
data/README.MD CHANGED
@@ -5,6 +5,8 @@ At the moment the API only supports sending SMS messages.
5
5
 
6
6
  ## Requirements
7
7
 
8
+ This gem is only supported on Ruby 1.9 and 2.0.
9
+
8
10
  * API account at 46elks.com
9
11
 
10
12
  ## Install
@@ -1,3 +1,3 @@
1
1
  module Elk
2
- VERSION = '0.0.12'
2
+ VERSION = '0.0.13'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johan Eckerstroem
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-29 00:00:00.000000000 Z
11
+ date: 2013-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -128,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - '>='
130
130
  - !ruby/object:Gem::Version
131
- version: '0'
131
+ version: 1.9.3
132
132
  required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
134
  - - '>='