rubtella 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -1,3 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
1
3
  require 'rubtella'
2
4
 
3
5
  $0 = 'rubtella-base'
data/rubtella.gemspec CHANGED
@@ -5,15 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rubtella}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mateusz Zawisza"]
12
12
  s.date = %q{2010-01-10}
13
- s.default_executable = %q{rubtellad.rb}
13
+ s.default_executable = %q{rubtellad}
14
14
  s.description = %q{Library for Gnuttale in Ruby}
15
15
  s.email = %q{mateusz.zawisza@gmail.com}
16
- s.executables = ["rubtellad.rb"]
16
+ s.executables = ["rubtellad"]
17
17
  s.extra_rdoc_files = [
18
18
  "README"
19
19
  ]
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  "README",
23
23
  "Rakefile",
24
24
  "VERSION",
25
- "bin/rubtellad.rb",
25
+ "bin/rubtellad",
26
26
  "lib/config/config.rb",
27
27
  "lib/rubtella.rb",
28
28
  "lib/rubtella/errors.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubtella
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mateusz Zawisza
@@ -10,13 +10,13 @@ bindir: bin
10
10
  cert_chain: []
11
11
 
12
12
  date: 2010-01-10 00:00:00 +01:00
13
- default_executable: rubtellad.rb
13
+ default_executable: rubtellad
14
14
  dependencies: []
15
15
 
16
16
  description: Library for Gnuttale in Ruby
17
17
  email: mateusz.zawisza@gmail.com
18
18
  executables:
19
- - rubtellad.rb
19
+ - rubtellad
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
@@ -26,7 +26,7 @@ files:
26
26
  - README
27
27
  - Rakefile
28
28
  - VERSION
29
- - bin/rubtellad.rb
29
+ - bin/rubtellad
30
30
  - lib/config/config.rb
31
31
  - lib/rubtella.rb
32
32
  - lib/rubtella/errors.rb