Sha256: 9894fa2c67d8c670e9a2558f9430cf8adde2a0cb516f6f001797294ccd1d8ab5
Contents?: true
Size: 604 Bytes
Versions: 1
Compression:
Stored size: 604 Bytes
Contents
GEM_NAME = 'a_b_plugin' GEM_FILES = FileList['**/*'] - FileList['coverage', 'coverage/**/*', 'pkg', 'pkg/**/*'] GEM_SPEC = Gem::Specification.new do |s| # == CONFIGURE == s.author = "Winton Welsh" s.email = "mail@wintoni.us" s.homepage = "http://github.com/winton/#{GEM_NAME}" s.summary = "Talk to a_b from your Rails or Sinatra app" # == CONFIGURE == s.add_dependency('httparty', '=0.4.5') s.extra_rdoc_files = [ "README.markdown" ] s.files = GEM_FILES.to_a s.has_rdoc = false s.name = GEM_NAME s.platform = Gem::Platform::RUBY s.require_path = "lib" s.version = "0.1.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
a_b_plugin-0.1.0 | gemspec.rb |