simplerubysteps 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: d5cf7a99237d4043c3f2b547815ccf5b82ed750f2e194da5db111265481a1b6b
4
- data.tar.gz: 9f335626271e6262e02f1b9fd20c3a294bc4cb46a8d5df287b57746a07607165
3
+ metadata.gz: 12126fa84a9d21228e4b705f57b100a007087d2d7cc2f2af84efcfc18c06ffd7
4
+ data.tar.gz: 4f7d36681479f8f44370ea4615d0d13d395134c64fa31b822e6542cdcf924c92
5
5
  SHA512:
6
- metadata.gz: 6b312d30dd07e329d1d2ca8d11303c382afabe670a59d99a680eb923771e6251e43144585a70ae6a7fa2ac8b3590ccf1ebc25b7d5f30ac7a1b35156633feb662
7
- data.tar.gz: c3c272f1f2a36827517890203c9b4f18cb3697bccc28538f080c4e8bb65b22ef303f53c3b8431e31d12c47fe36559ac0270a125da02122b2267fcba71cb84008
6
+ metadata.gz: bfc06b92ad3921c465ffde34a2440817c0161089e0577eb058adbd4840b88e478f07404fc09387a15a3c63edcd9961b1af6586f4400bab8b3b284b74a90c672d
7
+ data.tar.gz: 26aebdba09383657ff151d6ed3abdd2cd1e16fb99a614c3f8686db973aa509777a8d65761b418c12809239d712a3e51be98aab8fcc56d3579df1750c54add53f
@@ -1,3 +1,3 @@
1
1
  module Simplerubysteps
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Christian Tschenett"]
9
9
  spec.email = ["simplerubysteps@furthermore.ch"]
10
10
 
11
- spec.summary = %q{simplerubysteps makes it easy to manage AWS Step Functions with ruby.}
11
+ spec.summary = %q{simplerubysteps makes it easy to manage AWS Step Functions with ruby (eventually - this is an early alpha version and should not really be used by everyone).}
12
12
 
13
13
  spec.homepage = "https://github.com/chtz/simplerubysteps"
14
14
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplerubysteps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Tschenett
@@ -89,5 +89,6 @@ requirements: []
89
89
  rubygems_version: 3.0.3.1
90
90
  signing_key:
91
91
  specification_version: 4
92
- summary: simplerubysteps makes it easy to manage AWS Step Functions with ruby.
92
+ summary: simplerubysteps makes it easy to manage AWS Step Functions with ruby (eventually
93
+ - this is an early alpha version and should not really be used by everyone).
93
94
  test_files: []