ubiquo 0.4.9 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.9
1
+ 0.4.10
@@ -378,6 +378,7 @@ end
378
378
 
379
379
  group :development do
380
380
  gem "ruby-debug"
381
+ gem "linecache", " 0.43"
381
382
  gem "ya2yaml", ">= 0.2.6"
382
383
  gem "highline", ">= 1.5.2"
383
384
  gem "ffi-ncurses", "~> 0.3.3", :platforms => :jruby
data/ubiquo.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ubiquo}
8
- s.version = "0.4.9"
8
+ s.version = "0.4.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Albert Callarisa", "Bernat Foj", "Eric Garc\303\255a", "Felip Ladr\303\263n", "Antoni Reina", "Ramon Salvad\303\263", "Arnau S\303\241nchez"]
12
- s.date = %q{2011-04-18}
12
+ s.date = %q{2011-06-17}
13
13
  s.default_executable = %q{ubiquo}
14
14
  s.description = %q{This gem provides a command-line interface to speed up the creation of ubiquo based apps.}
15
15
  s.email = %q{rsalvado@gnuine.com}
@@ -39,11 +39,6 @@ Gem::Specification.new do |s|
39
39
  s.require_paths = ["lib"]
40
40
  s.rubygems_version = %q{1.6.2}
41
41
  s.summary = %q{command line application for building ubiquo based applications.}
42
- s.test_files = [
43
- "test/helper.rb",
44
- "test/ubiquo/generator_test.rb",
45
- "test/ubiquo/options_test.rb"
46
- ]
47
42
 
48
43
  if s.respond_to? :specification_version then
49
44
  s.specification_version = 3
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ubiquo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 9
10
- version: 0.4.9
9
+ - 10
10
+ version: 0.4.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Albert Callarisa
@@ -21,7 +21,7 @@ autorequire:
21
21
  bindir: bin
22
22
  cert_chain: []
23
23
 
24
- date: 2011-04-18 00:00:00 +02:00
24
+ date: 2011-06-17 00:00:00 +02:00
25
25
  default_executable: ubiquo
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency
@@ -194,7 +194,5 @@ rubygems_version: 1.6.2
194
194
  signing_key:
195
195
  specification_version: 3
196
196
  summary: command line application for building ubiquo based applications.
197
- test_files:
198
- - test/helper.rb
199
- - test/ubiquo/generator_test.rb
200
- - test/ubiquo/options_test.rb
197
+ test_files: []
198
+