eusplazio 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.hgtags CHANGED
@@ -1,3 +1 @@
1
- c0c962a3c7adcddf4fa770883a066a4f6b28fb49 v0.0.1
2
- c0c962a3c7adcddf4fa770883a066a4f6b28fb49 v0.0.1
3
- 0000000000000000000000000000000000000000 v0.0.1
1
+ 3c25ed69661eccdb12e0325be99a2b52b3f33641 v0.0.1
data/eusplazio.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Alessio Caiazza"]
10
10
  s.email = ["nolith@abisso.org"]
11
- s.homepage = ""
12
- s.summary = %q{just a test}
11
+ s.homepage = "http://bitbucket.org/nolith/eusplazio"
12
+ s.summary = %q{Just a test GEM developed with bundler-mercurial}
13
13
  s.description = %q{Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.}
14
14
 
15
15
  s.rubyforge_project = "eusplazio"
@@ -17,5 +17,6 @@ Gem::Specification.new do |s|
17
17
  s.files = `hg locate`.split("\n")
18
18
  s.test_files = `hg locate {test,spec,features}/*`.split("\n")
19
19
  s.executables = `hg locate bin/*`.split("\n").map{ |f| File.basename(f) }
20
+
20
21
  s.require_paths = ["lib"]
21
22
  end
@@ -1,3 +1,3 @@
1
1
  module Eusplazio
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alessio Caiazza
@@ -34,14 +34,10 @@ files:
34
34
  - Gemfile
35
35
  - Rakefile
36
36
  - eusplazio.gemspec
37
- - features/test.rb
38
37
  - lib/eusplazio.rb
39
- - lib/eusplazio/fab_spec/lalla
40
38
  - lib/eusplazio/version.rb
41
- - spec/test.rb
42
- - test/test.rb
43
39
  has_rdoc: true
44
- homepage: ""
40
+ homepage: http://bitbucket.org/nolith/eusplazio
45
41
  licenses: []
46
42
 
47
43
  post_install_message:
@@ -73,8 +69,6 @@ rubyforge_project: eusplazio
73
69
  rubygems_version: 1.5.0
74
70
  signing_key:
75
71
  specification_version: 3
76
- summary: just a test
77
- test_files:
78
- - features/test.rb
79
- - spec/test.rb
80
- - test/test.rb
72
+ summary: Just a test GEM developed with bundler-mercurial
73
+ test_files: []
74
+
data/features/test.rb DELETED
File without changes
File without changes
data/spec/test.rb DELETED
File without changes
data/test/test.rb DELETED
File without changes