state_machinable 0.0.5 → 0.0.6

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: 478c68fcd3ae95aefb882ef5d4a1aa36721e92ed
4
- data.tar.gz: 8e125f87148afe885013797496b7763fa362357f
3
+ metadata.gz: cf252a6cffbc2b434d6dbe36ea2daf9e3c66f4cd
4
+ data.tar.gz: 973c33bcf17c98cb84559d69588e3b8c7f4363cf
5
5
  SHA512:
6
- metadata.gz: 19132527321ed15b2a05e1d07186a592984e27e5da851a224566fff9a7d94473354476c706dde814ad779dfe81a97c1f97547231b0601fae2c9e6577d5fec7d7
7
- data.tar.gz: e53ceb952d1feb6ac3dc88c46d95e94104fa8ee9897a539dd82042cd85775c47ffc816cc2786115dc62383ec6a6f655043f4cd8cc2d9f40b80fdad5a10f99fd2
6
+ metadata.gz: 35c995efea8f61b3e8266c86086a996885afc8aa3fa6ac64cc4718d082d58d95a20508fd0d23ec87761abadbe4eb5e079b07f48e84b783cd79019c57e7902647
7
+ data.tar.gz: 07c6c0400bb80fd7991abf2cf682e813263123302869c53e3b2ef9e36318d943eacfb2d0e0df24fbd7f50e97e05c6280a8e155e51bd0e175558b954c4f822dda
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  Adds state machine functionality to `statesman`
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
5
  ## Installation
8
6
 
9
7
  Add this line to your application's Gemfile:
@@ -32,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
30
 
33
31
  ## Contributing
34
32
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/Santiago Herrera/state_machinable. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/bodyshopbidsdotcom/state_machinable. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
34
 
37
35
 
38
36
  ## License
@@ -33,7 +33,7 @@ module StateMachinable
33
33
 
34
34
  def method_missing(name, *args, &block)
35
35
  begin
36
- events = "#{self.class}::EVENTS".constantize
36
+ events = "#{self.class}::EVENTS".constantize.dup
37
37
  rescue NameError
38
38
  events = []
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module StateMachinable
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: state_machinable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Herrera
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-24 00:00:00.000000000 Z
11
+ date: 2017-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler