fedux_org-stdlib 0.0.12 → 0.0.13

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.
@@ -9,7 +9,7 @@ namespace :version do
9
9
 
10
10
  new_version = ENV['VERSION'] || ENV['version']
11
11
 
12
- raise Exception, "You need to define a version via \"VERSION=<version>\" or \"version=<version>\"."
12
+ raise Exception, "You need to define a version via \"VERSION=<version>\" or \"version=<version>\"." unless new_version
13
13
 
14
14
  raw_module_names = File.open(version_file, "r").readlines.grep(/module/)
15
15
  module_names = raw_module_names.collect { |n| n.chomp.match(/module\s+(\S+)/) {$1} }
@@ -1,6 +1,6 @@
1
1
  #main FeduxOrg
2
2
  module FeduxOrg
3
3
  module Stdlib
4
- VERSION = '0.0.12'
4
+ VERSION = '0.0.13'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedux_org-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: