microfsm.gemspec in microfsm-0.1.6 vs microfsm.gemspec in microfsm-0.1.7
- old
+ new
@@ -6,14 +6,12 @@
s.version = MicroFSM::VERSION
s.summary = %(Minimal Finite State Machine.)
s.description = %{MicroFSM implements a minimal/simple Finite-State Machine (FSM). Transitions are triggered by events. Actions for a transition can be added as callbacks.}
s.authors = ["Dittmar Krall"]
s.email = "dittmar.krall@matiq.com"
- s.homepage = "https://matiq.com"
+ s.homepage = "https://github.com/matique/microfsm"
s.license = "MIT"
s.platform = Gem::Platform::RUBY
-
- s.metadata["source_code_uri"] = "https://github.com/matique/microfsm"
s.files = `git ls-files`.split("\n")
s.add_development_dependency "rake"
s.add_development_dependency "minitest"