eusplazio 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/.hgtags CHANGED
@@ -1 +1,2 @@
1
1
  3c25ed69661eccdb12e0325be99a2b52b3f33641 v0.0.1
2
+ 33549c0032392656b54a78262c92dfe3bb7a7186 v0.0.2
@@ -1,3 +1,3 @@
1
1
  module Eusplazio
2
- # Your code goes here...
2
+ autoload :Module1, 'eusplazio/module1'
3
3
  end
@@ -0,0 +1,5 @@
1
+ module Eusplazio
2
+ module Module1
3
+ puts "Loaded module1"
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module Eusplazio
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eusplazio
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alessio Caiazza
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-19 00:00:00 +01:00
18
+ date: 2011-02-20 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -35,6 +35,7 @@ files:
35
35
  - Rakefile
36
36
  - eusplazio.gemspec
37
37
  - lib/eusplazio.rb
38
+ - lib/eusplazio/module1.rb
38
39
  - lib/eusplazio/version.rb
39
40
  has_rdoc: true
40
41
  homepage: http://bitbucket.org/nolith/eusplazio