radiosonde 0.0.2 → 0.0.3
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 +4 -4
- data/README.md +2 -0
- data/lib/radiosonde/version.rb +1 -1
- data/radiosonde.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15ee1bc8a500f871de5778e2144dc305244bec40
|
|
4
|
+
data.tar.gz: 06d13d909a020ed1e8e3d843f618c4a5faad009f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
+
[](http://badge.fury.io/rb/radiosonde)
|
|
8
|
+
|
|
7
9
|
## Installation
|
|
8
10
|
|
|
9
11
|
Add this line to your application's Gemfile:
|
data/lib/radiosonde/version.rb
CHANGED
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.
|
|
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: {}
|