Sha256: 13f275b55057f12d92c214ba459dca63ef2a8ffbd423cf18cbdb79e691e434c4

Contents?: true

Size: 694 Bytes

Versions: 2

Compression:

Stored size: 694 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "argonaut/version"

Gem::Specification.new do |s|
  s.name        = "argonaut"
  s.version     = Argonaut::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Garrett Bjerkhoel"]
  s.email       = ["contact@garrettbjerkhoel.com"]
  s.homepage    = ""
  s.summary     = %q{Write a gem summary}
  s.description = %q{JSON Builder}

  s.rubyforge_project = "argonaut"

  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

2 entries across 2 versions & 1 rubygems

Version Path
argonaut-0.0.2 argonaut.gemspec
argonaut-0.0.1 argonaut.gemspec