talia_core 0.4.11 → 0.4.12

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 11
4
+ :patch: 12
5
5
  :build:
@@ -250,7 +250,7 @@ when 'http':
250
250
  rdf_config[env]['user'] = user unless(user.blank?)
251
251
  rdf_config[env]['pass'] = pass unless(pass.blank?)
252
252
  print "Enter the URL for the '#{env}' environment: "
253
- rdf_config[env]['url'] = readl(true, /\Ahttp:\/\/.+\/\Z/)
253
+ rdf_config[env]['url'] = readl(true, /\Ahttp:\/\/.+\//)
254
254
  end
255
255
  else
256
256
  puts "ERROR: ILLEGAL BACKEND #{backend} - you shouldn't see this..."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: talia_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.11
4
+ version: 0.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Giacomi