fedux_org-stdlib 0.0.23 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,12 @@
1
+ require 'fedux_org/stdlib/logic_converters/exceptions'
2
+ require 'fedux_org/stdlib/logic_converters/logic_converter'
3
+ require 'fedux_org/stdlib/logic_converters/on_off_converter'
4
+ require 'fedux_org/stdlib/logic_converters/true_false_converter'
5
+ require 'fedux_org/stdlib/logic_converters/yes_no_converter'
6
+
7
+ module FeduxOrg
8
+ module Stdlib
9
+ module LogicConverters
10
+ end
11
+ end
12
+ end
@@ -1,6 +1,6 @@
1
1
  #main FeduxOrg
2
2
  module FeduxOrg
3
3
  module Stdlib
4
- VERSION = '0.0.23'
4
+ VERSION = '0.0.24'
5
5
  end
6
6
  end
@@ -1,4 +1,11 @@
1
- require "fedux_org/stdlib/version"
1
+ require 'fedux_org/stdlib/command'
2
+ require 'fedux_org/stdlib/environment'
3
+ require 'fedux_org/stdlib/filesystem'
4
+ require 'fedux_org/stdlib/logging'
5
+ require 'fedux_org/stdlib/logic_converters'
6
+ require 'fedux_org/stdlib/models'
7
+ require 'fedux_org/stdlib/rake'
8
+ require 'fedux_org/stdlib/version'
2
9
 
3
10
  module FeduxOrg
4
11
  module Stdlib; 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.23
4
+ version: 0.0.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -87,6 +87,7 @@ files:
87
87
  - lib/fedux_org/stdlib/filesystem/exceptions.rb
88
88
  - lib/fedux_org/stdlib/logging.rb
89
89
  - lib/fedux_org/stdlib/logging/logger.rb
90
+ - lib/fedux_org/stdlib/logic_converters.rb
90
91
  - lib/fedux_org/stdlib/logic_converters/exceptions.rb
91
92
  - lib/fedux_org/stdlib/logic_converters/logic_converter.rb
92
93
  - lib/fedux_org/stdlib/logic_converters/on_off_converter.rb