stateoscope 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: 4a78509d1a8ca0900d81789aa74bcee3fb47dab8
4
- data.tar.gz: a12f172369063cd9cb94afbd5f117fc4b52f1d85
3
+ metadata.gz: 4ed5f970d557641d7ba6584bd3c1f181ec3ba917
4
+ data.tar.gz: fe3a7d314f705d133f53b860c6be221de5eb5e61
5
5
  SHA512:
6
- metadata.gz: 1d47e9dda6a1525d5d408be3a2244ec5c365be3e3666e848acda6c3ba6fb3b1661602f8366fbbbd9ff7dc5a7707760afa028f79b1be866593b02d858110035d4
7
- data.tar.gz: 7f724a7ce3b2288f08d55b5d16795110fa1e080faf238b663ac06c115467e83b1c1d96a25009e325631533c17e68426c15b78941d0158eb35b04b2114099d628
6
+ metadata.gz: 268c0876be618d84ff9986cd2bfb6cc708b33ff41250a0f61a715138f78f17844138c986444d64dbbbd2584f4ef76d3f3d2c5bb34669bf46597840849d25fbff
7
+ data.tar.gz: 8d754bb1a7d2048b2a4483d939d9614c6683ff71c3ba0ee6df45d8fb8ead814ea03935d4dff29b222d5a9e325f3cc4fda41d5b34f13b272aae5f6a20323447b7
data/README.md CHANGED
@@ -46,5 +46,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
46
46
 
47
47
  ## Contributing
48
48
 
49
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/stateoscope.
49
+ Bug reports and pull requests are welcome on GitHub at https://github.com/padde/stateoscope.
50
50
 
@@ -1,3 +1,3 @@
1
1
  module Stateoscope
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -24,7 +24,7 @@ module Stateoscope
24
24
  ENTRY_POINT = '__ENTRY_POINT__'
25
25
 
26
26
  def filename
27
- "#{integration.name}-#{state_machine_name}-#{Time.now.utc.strftime('%Y%m%d%H%M%s')}"
27
+ "#{integration.name}-#{state_machine_name}-#{Time.now.utc.strftime('%Y%m%d%H%M%S')}"
28
28
  end
29
29
 
30
30
  def add_entry_point
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stateoscope
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
  - Patrick Oscity