ubiquo 0.1.8 → 0.1.9

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/ubiquo.rb +5 -0
  3. data/ubiquo.gemspec +2 -2
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.8
1
+ 0.1.9
data/lib/ubiquo.rb CHANGED
@@ -12,6 +12,11 @@ module Ubiquo
12
12
  options = Options.new(arguments)
13
13
  options = options.merge(env_opts) if env_opts
14
14
 
15
+ if `rails -v`.strip != "Rails 2.3.5"
16
+ $stderr.puts "Sorry ubiquo needs rails 2.3.5 to work properly."
17
+ options[:show_help] = true
18
+ end
19
+
15
20
  if `which git` == ''
16
21
  $stderr.puts "Sorry you need to install git (> 1.5.3). See http://git-scm.com/"
17
22
  options[:show_help] = true
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.1.8"
8
+ s.version = "0.1.9"
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{2010-03-23}
12
+ s.date = %q{2010-03-25}
13
13
  s.default_executable = %q{ubiquo}
14
14
  s.description = %q{This gem provides a command-line application to make the creation of ubiquo based applications fast and easy.}
15
15
  s.email = %q{rsalvado@gnuine.com}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 8
9
- version: 0.1.8
8
+ - 9
9
+ version: 0.1.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Albert Callarisa
@@ -20,7 +20,7 @@ autorequire:
20
20
  bindir: bin
21
21
  cert_chain: []
22
22
 
23
- date: 2010-03-23 00:00:00 +01:00
23
+ date: 2010-03-25 00:00:00 +01:00
24
24
  default_executable: ubiquo
25
25
  dependencies:
26
26
  - !ruby/object:Gem::Dependency