Sha256: d5fe202f15606d7cec34e6cb535f0e396a1bde09231c392264d418662b51c065
Contents?: true
Size: 900 Bytes
Versions: 1
Compression:
Stored size: 900 Bytes
Contents
Gem::Specification.new do |s| PROJECT_GEM = 'experian-data-dictionary' PROJECT_GEM_VERSION = '1.4.2' s.name = PROJECT_GEM s.version = PROJECT_GEM_VERSION s.platform = Gem::Platform::RUBY s.homepage = 'https://github.com/blakecampbells/experian_data_dictionary' s.rubyforge_project = 'Project on www.github.com' s.authors = ['Blake Campbell'] s.email = ['blake93campbell@gmail.com'] s.summary = 'Ruby gem/plugin to interact with the Experian.com Data Dictionary' s.description = 'Ruby gem/plugin to interact with the Experian.com Data Dictionary. Checkout the project on github for more detail.' s.files = `git ls-files`.split("\n").delete_if { |f| !(f =~ /^examples/).nil? } 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
experian-data-dictionary-1.4.2 | experian_data_dictionary.gemspec |