radiosonde 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 833238437bfc6c3c546b32d92b775025bf404998
4
- data.tar.gz: 7c4779551a627ac35ff89b7955e6df7a03cdc264
3
+ metadata.gz: 15ee1bc8a500f871de5778e2144dc305244bec40
4
+ data.tar.gz: 06d13d909a020ed1e8e3d843f618c4a5faad009f
5
5
  SHA512:
6
- metadata.gz: ce9b9cbf7640d3129a8237197774359c2cadef7bfceefb0cb316ec08419e7dc66978c84377160ece738f71ceb13ad098fce96be90fadf4b65e025925a44c6d36
7
- data.tar.gz: e971b3029f462aeb2a800d0602f5ab561ea84cbca8c31f87c9d143c349669c5817e7f659193fac67274d4bc69bf8390482701baa4abb1cea47da29358de3ac08
6
+ metadata.gz: f2e82f5d7e4153fe5a15a0c1d7db639ebea08564deb37e918a46637522050d4fed5010c4f1906198872d2056b1d6efa8ac8657268ce008d80654f4832fb63404
7
+ data.tar.gz: 6b6ee988e20e862fdffba662a6aba89a722aa6e330fe88366ea81ef267fedb1a6beabe1c10dfc17557988e3934ae22017cc7149acbb4262c06d34388555a6398
data/README.md CHANGED
@@ -4,6 +4,8 @@ Radiosonde is a tool to manage CloudWatch Alarm.
4
4
 
5
5
  It defines the state of CloudWatch Alarm using DSL, and updates CloudWatch Alarm according to DSL.
6
6
 
7
+ [![Gem Version](https://badge.fury.io/rb/radiosonde.svg)](http://badge.fury.io/rb/radiosonde)
8
+
7
9
  ## Installation
8
10
 
9
11
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module Radiosonde
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
data/radiosonde.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['sgwr_dts@yahoo.co.jp']
11
11
  spec.description = "Radiosonde is a tool to manage CloudWatch Alarm. It defines the state of CloudWatch Alarm using DSL, and updates CloudWatch Alarm according to DSL."
12
12
  spec.summary = "Radiosonde is a tool to manage CloudWatch Alarm."
13
- spec.homepage = ''
13
+ spec.homepage = 'https://github.com/winebarrel/radiosonde'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiosonde
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Sugawara
@@ -133,7 +133,7 @@ files:
133
133
  - radiosonde.gemspec
134
134
  - spec/radiosonde_spec.rb
135
135
  - spec/spec_helper.rb
136
- homepage: ''
136
+ homepage: https://github.com/winebarrel/radiosonde
137
137
  licenses:
138
138
  - MIT
139
139
  metadata: {}