lazyportal 0.0.2 → 0.0.3

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.
data/bin/lazy CHANGED
File without changes
@@ -3,7 +3,7 @@ module Lazyportal::CLI
3
3
  def generate_tasks
4
4
  tasks = %{
5
5
  require 'rubygems'
6
- require './lib/lazyportal'
6
+ require 'lazyportal'
7
7
 
8
8
  include Lazyportal::Tasks
9
9
 
data/lib/lazyportal.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Lazyportal
2
2
 
3
3
  # current version of lazyportal
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
 
6
6
  end
7
7
 
@@ -10,11 +10,12 @@ require 'rake'
10
10
 
11
11
  # gems
12
12
  require 'rubygems'
13
- require 'bundler/setup'
14
- Bundler.require(:default)
15
13
 
16
14
  # lazyportal
17
15
  $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
18
16
 
19
17
  require 'lazyportal/tasks'
20
- require 'lazyportal/cli'
18
+ require 'lazyportal/cli'
19
+
20
+ include Lazyportal::Tasks
21
+ include Lazyportal::CLI
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazyportal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -41,9 +41,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
41
  - - ! '>='
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
- segments:
45
- - 0
46
- hash: 2342212308255985800
47
44
  required_rubygems_version: !ruby/object:Gem::Requirement
48
45
  none: false
49
46
  requirements: