Sha256: f365af5c27f017a75e7d89ca9f71904484c14a6c4ca7b807fe56e80499744fd8
Contents?: true
Size: 829 Bytes
Versions: 4
Compression:
Stored size: 829 Bytes
Contents
Gem::Specification.new do |s| s.name = 'toml_parser-ruby' s.version = '0.1.0' s.date = Time.now.strftime('%Y-%m-%d') s.summary = "TOML parser in ruby, for ruby." s.description = "DEPRECATED by 'toml-rb' gem.\n A TOML parser using Citrus parsing library" s.authors = ["Emiliano Mancuso"] s.email = 'emiliano.mancuso@gmail.com' s.homepage = 'http://github.com/eMancu/toml_parser-ruby' s.license = "MIT" s.files = Dir[ "README.md", "Rakefile", "lib/**/*.rb", "*.gemspec", "test/*.*" ] s.add_dependency "citrus" s.post_install_message = <<-MESSAGE ! The 'toml_parser-ruby' gem has been deprecated and has been replaced by 'toml-rb'. ! See: https://rubygems.org/gems/toml-rb ! And: https://github.com/eMancu/toml-rb MESSAGE end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
toml-rb-0.1.3 | toml_parser-ruby.gemspec |
toml-rb-0.1.2 | toml_parser-ruby.gemspec |
toml-rb-0.1.0 | toml_parser-ruby.gemspec |
toml_parser-ruby-0.1.0 | toml_parser-ruby.gemspec |