lazyportal 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/lazy +9 -0
  2. metadata +49 -0
data/bin/lazy ADDED
@@ -0,0 +1,9 @@
1
+ #! /usr/bin/env ruby
2
+
3
+ # Add lib to load path
4
+ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib'))
5
+
6
+ # Load lazyportal
7
+ require 'lazyportal'
8
+
9
+ Lazyportal::CLI.generate_tasks
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lazyportal
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Jacob Lichner
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-04-22 00:00:00.000000000Z
13
+ dependencies: []
14
+ description:
15
+ email: jacob.d.lichner@gmail.com
16
+ executables:
17
+ - lazy
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - bin/lazy
22
+ homepage:
23
+ licenses: []
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ segments:
35
+ - 0
36
+ hash: 120625635098503138
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ! '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 1.7.2
46
+ signing_key:
47
+ specification_version: 3
48
+ summary: A suite of rake tasks for skinning uPortal and Liferay
49
+ test_files: []