conf-talks 1.0.0 → 1.0.1

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.
Files changed (4) hide show
  1. data/README.md +3 -0
  2. data/lib/conf_builder.rb +8 -1
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
data/README.md CHANGED
@@ -17,3 +17,6 @@ Assumptions that drove this solution:
17
17
 
18
18
  To run and test the solution:
19
19
 
20
+ 1. gem install 'conf-talks'
21
+ 2. run-conf-talks
22
+
@@ -5,6 +5,13 @@
5
5
 
6
6
  require 'YAML'
7
7
  require 'version'
8
+ require 'talk'
9
+ require 'lightning_talk'
10
+ require 'thirty_min_talk'
11
+ require 'fortyfive_min_talk'
12
+ require 'sixty_min_talk'
13
+ require 'track'
14
+ require 'talk_factory'
8
15
 
9
16
  module ConfBuilder
10
17
 
@@ -14,7 +21,7 @@ module ConfBuilder
14
21
 
15
22
  def self.run
16
23
  begin
17
- list = YAML.load(File.open('./talks.yml'))
24
+ list = YAML.load(File.open('talks.yml'))
18
25
  @@thirty_min_talks = []
19
26
  @@fortyfive_min_talks = []
20
27
  @@sixty_min_talks = []
@@ -1,3 +1,3 @@
1
1
  module ConfBuilder
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conf-talks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: