travis-gemcache 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE ADDED
File without changes
data/README.md ADDED
File without changes
@@ -0,0 +1,7 @@
1
+ module TravisGemcache
2
+ class Railtie < Rails::Railtie
3
+ rake_tasks do
4
+ load "./tasks"
5
+ end
6
+ end
7
+ end
@@ -0,0 +1 @@
1
+ require 'travis-gemcache/railtie' if defined?(Rails)
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: travis-gemcache
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Vincent Siebert
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-05-01 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Rake tasks to cache the ./gems directory
15
+ email: vincent@siebert.im
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/travis-gemcache/railtie.rb
21
+ - lib/travis-gemcache.rb
22
+ - LICENSE
23
+ - README.md
24
+ homepage: http://github.com/luxerama/travis-gemcache
25
+ licenses: []
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ none: false
32
+ requirements:
33
+ - - ! '>='
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ! '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 1.8.23
45
+ signing_key:
46
+ specification_version: 3
47
+ summary: Rake tasks to cache the ./gems directory
48
+ test_files: []