blue_shoes 0.0.1 → 0.0.2

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.
@@ -5,7 +5,7 @@ require "blue_shoes/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "blue_shoes"
7
7
  s.version = BlueShoes::VERSION
8
- s.authors = "Team Shoes"
8
+ s.authors = ["Team Shoes", "Steve Klabnik"]
9
9
  s.email = "shoes@librelist.com"
10
10
  s.homepage = "http://github.com/hacketyhack/blue_shoes"
11
11
  s.summary = %q{A simple GUI toolkit.}
@@ -2,10 +2,37 @@
2
2
  require 'Qt4'
3
3
 
4
4
  #we want to require everything in the blue_shoes directory.
5
- Dir.glob("#{File.expand_path(File.dirname(__FILE__))}/blue_shoes/*.rb").each do |f|
6
- require_relative f
5
+ %W[
6
+ app
7
+ canvas
8
+ color
9
+ dialog
10
+ download
11
+ effect
12
+ exception
13
+ flow
14
+ image
15
+ link_url
16
+ mask
17
+ mouse
18
+ native
19
+ pattern
20
+ search
21
+ shape
22
+ stack
23
+ text
24
+ text_block
25
+ timer_base
26
+ version
27
+ video
28
+ widget
29
+ window
30
+ ].each do |f|
31
+ require_relative "blue_shoes/#{f}"
7
32
  end
8
33
 
34
+
35
+
9
36
  module Shoes
10
37
 
11
38
  #this is the code name for this release of Shoes.
@@ -1,4 +1,4 @@
1
1
  module BlueShoes
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
4
4
 
metadata CHANGED
@@ -5,16 +5,17 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Team Shoes
13
+ - Steve Klabnik
13
14
  autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-10-04 00:00:00 -04:00
18
+ date: 2010-10-05 00:00:00 -04:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency