Sha256: 606049ddad2ea82f04e43f1994cc33684232e9afb6d4479d673a0638e63893d2
Contents?: true
Size: 706 Bytes
Versions: 2
Compression:
Stored size: 706 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "verona/version" Gem::Specification.new do |s| s.name = "verona" s.authors = ["Simon Maddox"] s.email = "simon@simonmaddox.com" s.license = "MIT" s.homepage = "http://simonmaddox.com" s.version = Verona::VERSION s.platform = Gem::Platform::RUBY s.summary = "Google Play In-App Purchase Token Verification" s.description = "" s.add_dependency "json" s.files = Dir["./**/*"].reject { |file| file =~ /\.\/(bin|log|pkg|script|spec|test|vendor)/ } 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 |
---|---|
verona-0.0.2 | ./verona.gemspec |
verona-0.0.1 | ./verona.gemspec |