Sha256: a7fda398dd3b96ce22adaf99dd5532629ec7b4eb806560a9d6f05aa86d672950

Contents?: true

Size: 1.07 KB

Versions: 5

Compression:

Stored size: 1.07 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require File.expand_path('../lib/cybele/version', __FILE__)

Gem::Specification.new do |spec|
  spec.name          = 'cybele'
  spec.version       = Cybele::VERSION
  spec.authors       = %w[lab2023]
  spec.email         = %w[info@lab2023.com]
  spec.description   = %q{Rails 4.x template with responder, simple form, haml, exception notification, etc etc ...}
  spec.summary       = %q{Rails 4.x template with responder, simple form, haml, exception notification, etc etc ...}
  spec.homepage      = 'https://github.com/kebab-project/cybele'
  spec.license       = 'MIT'

  spec.required_ruby_version = '>= 2.0.0'
  spec.add_dependency 'bundler', '~> 1.5'
  spec.add_dependency 'rails', '~> 4.0'

  spec.files         = `git ls-files`.split($/)
  spec.executables   = %w[cybele]
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = %w[lib]

  spec.add_development_dependency 'rake'

  spec.extra_rdoc_files = %w[README.md MIT-LICENSE]
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-1.6.0 cybele.gemspec
cybele-1.5.1 cybele.gemspec
cybele-1.5.0 cybele.gemspec
cybele-1.4.0 cybele.gemspec
cybele-1.3.0 cybele.gemspec