talia_core 0.4.11 → 0.4.12

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.
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