fedux_org-stdlib 0.0.11 → 0.0.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.
@@ -9,6 +9,8 @@ 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>\"."
13
+
12
14
  raw_module_names = File.open(version_file, "r").readlines.grep(/module/)
13
15
  module_names = raw_module_names.collect { |n| n.chomp.match(/module\s+(\S+)/) {$1} }
14
16
 
@@ -1,6 +1,6 @@
1
1
  #main FeduxOrg
2
2
  module FeduxOrg
3
3
  module Stdlib
4
- VERSION = '0.0.11'
4
+ VERSION = '0.0.12'
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.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-12 00:00:00.000000000 Z
12
+ date: 2013-06-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -135,18 +135,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
135
  - - ! '>='
136
136
  - !ruby/object:Gem::Version
137
137
  version: '0'
138
- segments:
139
- - 0
140
- hash: -4290086235517219337
141
138
  required_rubygems_version: !ruby/object:Gem::Requirement
142
139
  none: false
143
140
  requirements:
144
141
  - - ! '>='
145
142
  - !ruby/object:Gem::Version
146
143
  version: '0'
147
- segments:
148
- - 0
149
- hash: -4290086235517219337
150
144
  requirements: []
151
145
  rubyforge_project:
152
146
  rubygems_version: 1.8.23