Sha256: dd580b6a43aa4ccae6ce982bb2c068cea79036cd7ed78e051d4848f5baa608d2
Contents?: true
Size: 767 Bytes
Versions: 3
Compression:
Stored size: 767 Bytes
Contents
# -*- encoding: utf-8 -*- $:.unshift File.expand_path("../lib", __FILE__) require "onfire/version" Gem::Specification.new do |s| s.name = "onfire" s.version = Onfire::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Nick Sutterer"] s.email = ["apotonick@gmail.com"] s.homepage = "http://github.com/apotonick/onfire" s.summary = %q{Have bubbling events and observers in all your Ruby objects.} s.description = %q{Have bubbling events and observers in all your Ruby objects.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
onfire-0.2.0 | onfire.gemspec |
onfire-0.1.2 | onfire.gemspec |
onfire-0.1.1 | onfire.gemspec |