Sha256: bcb1a48e95b3fac8af9c755fcdb13cfeb89a5616f7ca622808a864824bef5f4a

Contents?: true

Size: 1.05 KB

Versions: 4

Compression:

Stored size: 1.05 KB

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)
require 'rake'

InductionCannon01::Application.load_tasks

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "induction_cannon_01"
  gem.homepage = "http://github.com/toward7seas01/induction_cannon_01"
  gem.license = "MIT"
  gem.summary = %Q{personal suit, base on dragoon_system}
  gem.description = %Q{personal suit, base on dragoon_system}
  gem.email = "toward7seas@gmail.com"
  gem.authors = ["zhanyinan"]
  # Include your dependencies below. Runtime dependencies are required when using your gem,
  # and development dependencies are only needed for development (ie running rake tasks, tests, etc)
  #  gem.add_runtime_dependency 'jabber4r', '> 0.1'
  #  gem.add_development_dependency 'rspec', '> 1.2.3'
end

Jeweler::RubygemsDotOrgTasks.new

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
induction_cannon_01-0.0.5 Rakefile
induction_cannon_01-0.0.3 Rakefile
induction_cannon_01-0.0.2 Rakefile
induction_cannon_01-0.0.1 Rakefile