microfsm.gemspec in microfsm-0.1.0 vs microfsm.gemspec in microfsm-0.1.1
- old
+ new
@@ -6,10 +6,10 @@
s.version = MicroFSM::VERSION
s.summary = %{Minimal Finite State Machine.}
s.description = %Q{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@matique.de'
- s.homepage = 'http://www.matique.com'
+ s.homepage = 'https://github.com/matique'
s.license = "MIT"
s.files = `git ls-files`.split("\n")
s.add_development_dependency 'bundler'