tuktuk-rails 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e28d9a9845236497f6c1525f786d7c69e012c888
4
- data.tar.gz: 984430b5684285a8e9ee8d171a9b9c735ef616b9
3
+ metadata.gz: ef00fd0a15bf1ec6484fc04eab559404f638fff0
4
+ data.tar.gz: a910d67a1929e6b2dddce8861cce3ef97d0eb125
5
5
  SHA512:
6
- metadata.gz: e7065d486cf19e16c3686eb19f772aef9cc22585c330f4e2bfc03c18b3025c2d052d756b982e68c30d2270f46f7d872f6f7218a0ba4c582253da9d41836a7800
7
- data.tar.gz: 4ada1d73b39404aca95a9f70ed85fbb3ace44d207c4d0ef537af9481261a5042a469e99506ab625bab66d067bf112c05758d56540b1072c08cd395e3f77668a3
6
+ metadata.gz: 9a15dcc47b021f0a4b52cf1d56d313a0e53686539e11f25312d07e3d600bcf9eaf12ed3bb7768e0a6b9db709a5c5c07bc2f8689754dae56c8d3221d50413a3c9
7
+ data.tar.gz: 01b7cfb926a8c618d6ef6c8c5d15c85b4dd4f6244112984955e7650c02d2eb93db8f7172dc6063ce5d3671a2712babbf4f0cbd6a7f292b7d645434f994f96bda
@@ -1,4 +1,18 @@
1
- # desc "Explaining what the task does"
2
- # task :tuktuk do
3
- # # Task goes here
4
- # end
1
+ #!/usr/bin/env rake
2
+ require 'bundler'
3
+ Bundler::GemHelper.install_tasks
4
+
5
+ desc "Bundle the gem"
6
+ task :bundle => [:bundle_install] do
7
+ sh 'gem build *.gemspec'
8
+ sh 'gem install *.gem'
9
+ sh 'rm *.gem'
10
+ end
11
+
12
+ desc "Runs bundle install"
13
+ task :bundle_install do
14
+ sh('bundle install')
15
+ end
16
+
17
+ task(:default).clear
18
+ task :default => :bundle
@@ -1,3 +1,3 @@
1
1
  module Tuktuk
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tuktuk-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Revilla