starting_blocks-blinky 0.0.3 → 0.0.6

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.
@@ -1,5 +1,5 @@
1
1
  require 'starting_blocks'
2
2
  require 'blinky'
3
- require "starting_blocks/blinky/version"
3
+ require "starting_blocks-blinky/version"
4
4
 
5
5
  StartingBlocks::Publisher.subscribers << StartingBlocks::Extensions::BlinkyLighting.new
@@ -1,11 +1,10 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
2
+ lib = File.expand_path('../lib/starting_blocks-blinky', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'starting_blocks/blinky/version'
5
4
 
6
5
  Gem::Specification.new do |spec|
7
6
  spec.name = "starting_blocks-blinky"
8
- spec.version = StartingBlocks::Blinky::VERSION
7
+ spec.version = '0.0.6'
9
8
  spec.authors = ["Darren Cauthon"]
10
9
  spec.email = ["darren@cauthon.com"]
11
10
  spec.description = %q{Turn colors when tests are run.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starting_blocks-blinky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -87,8 +87,7 @@ files:
87
87
  - LICENSE.txt
88
88
  - README.md
89
89
  - Rakefile
90
- - lib/starting_blocks/blinky.rb
91
- - lib/starting_blocks/blinky/version.rb
90
+ - lib/starting_blocks-blinky.rb
92
91
  - starting_blocks-blinky.gemspec
93
92
  homepage: ''
94
93
  licenses:
@@ -105,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
105
104
  version: '0'
106
105
  segments:
107
106
  - 0
108
- hash: 1832383999471450155
107
+ hash: -2833627442252247767
109
108
  required_rubygems_version: !ruby/object:Gem::Requirement
110
109
  none: false
111
110
  requirements:
@@ -114,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
113
  version: '0'
115
114
  segments:
116
115
  - 0
117
- hash: 1832383999471450155
116
+ hash: -2833627442252247767
118
117
  requirements: []
119
118
  rubyforge_project:
120
119
  rubygems_version: 1.8.24
@@ -1,5 +0,0 @@
1
- module StartingBlocks
2
- module Blinky
3
- VERSION = "0.0.3"
4
- end
5
- end