Sha256: 300b413edab2d0883a89f43abb805d789e8230570181a7d4ef4988af20a856bd
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "rconfig" Gem::Specification.new do |s| # Metadata s.name = 'rconfig' s.version = RConfig::VERSION s.authors = ['Rahmal Conda'] s.email = ['rahmal@gmail.com'] s.homepage = 'http://rahmal.github.com/rconfig' s.description = %q{Configuration management library for Ruby applications.} s.summary = %q{The complete solution for Ruby Configuration Management. RConfig is a Ruby library that manages configuration within Ruby applications. It bridges the gap between yaml, xml, and key/value based properties files, by providing a centralized solution to handle application configuration from one location. It provides the simplicity of hash-based access, that Rubyists have come to know and love, supporting your configuration style of choice, while providing many new features, and an elegant API.} s.licenses = ['MIT'] # Manifest 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'] # Dependencies s.add_dependency 'activesupport', '~> 3.2' s.add_dependency 'json', '> 1.8.1' # Development Dependencies s.add_development_dependency 'rake', '~> 11.2' s.add_development_dependency 'rack', '~> 1.4.2' s.add_development_dependency 'rspec', '> 2.3.0' s.add_development_dependency 'bundler', '> 1.0.0' s.add_development_dependency 'jeweler', '> 1.6.4' s.add_development_dependency 'i18n' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rconfig-0.5.4 | rconfig.gemspec |