Skip to content
Snippets Groups Projects
Commit 881f1b2c authored by Michael Moll's avatar Michael Moll
Browse files

fix ruby versions and testing

parent d3ef83da
No related branches found
No related tags found
No related merge requests found
language: ruby
sudo: false
rvm:
- "1.8.7"
- "1.9.3"
- "2.0.0"
install:
- gem install rdiscount
- gem install json
- gem install parallel
- gem install rkelly-remix
- gem install rspec
- gem install rake
- gem install dimensions
- gem install sass --version '~> 3.2.0'
- "2.1.5"
source 'https://rubygems.org'
gemspec
require File.join(File.dirname(__FILE__), 'lib/jsduck/version')
Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.8"
s.required_rubygems_version = ">= 1.3.5"
s.name = 'jsduck'
s.version = `./bin/jsduck --version`.sub(/\AJSDuck ([\w.]+).*\z/m, "\\1")
s.version = JsDuck::VERSION
s.date = Time.new.strftime('%Y-%m-%d')
s.summary = "Simple JavaScript Duckumentation generator"
s.description = "Documentation generator for Sencha JS frameworks"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment