Sha256: 026ac6dd30aed7a7b1755e7abaf7d8340d7ca36c58505088ce9f19ea681d5cf2

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

# encoding: utf-8

$:.unshift File.expand_path('../lib', __FILE__)
require 'simple_states/version'

Gem::Specification.new do |s|
  s.name         = "simple_states"
  s.version      = SimpleStates::VERSION
  s.authors      = ["Sven Fuchs"]
  s.email        = "me@svenfuchs.com"
  s.homepage     = "https://github.com/svenfuchs/simple_states"
  s.licenses     = ['MIT']
  s.summary      = "[summary]"
  s.description  = "[description]"

  s.files        = Dir.glob("{lib/**/*,[A-Z]*}")
  s.platform     = Gem::Platform::RUBY
  s.require_path = 'lib'
  s.rubyforge_project = '[none]'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_states-2.0.0 simple_states.gemspec