flannel 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 3
3
+ :patch: 4
4
4
  :major: 0
5
5
  :build:
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
4
3
  require 'flannel'
5
4
 
6
5
  module Flannel
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{flannel}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jamal Hansen"]
@@ -49,13 +49,13 @@ Gem::Specification.new do |s|
49
49
  "features/support/env.rb",
50
50
  "features/wiki_links.feature",
51
51
  "flannel.gemspec",
52
- "lib/cutting_board.rb",
53
- "lib/feed_parser.rb",
54
52
  "lib/flannel.rb",
55
- "lib/shears.rb",
56
- "lib/square.rb",
57
- "lib/stripe.rb",
58
- "lib/wrappable.rb",
53
+ "lib/flannel/cutting_board.rb",
54
+ "lib/flannel/feed_parser.rb",
55
+ "lib/flannel/shears.rb",
56
+ "lib/flannel/square.rb",
57
+ "lib/flannel/stripe.rb",
58
+ "lib/flannel/wrappable.rb",
59
59
  "test/cutting_board_test.rb",
60
60
  "test/feed_parser_test.rb",
61
61
  "test/flannel_test.rb",
@@ -1,4 +1,4 @@
1
- require 'cutting_board'
1
+ require 'flannel/cutting_board'
2
2
 
3
3
  module Flannel
4
4
  def self.quilt markup, params={}
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flannel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamal Hansen
@@ -75,13 +75,13 @@ files:
75
75
  - features/support/env.rb
76
76
  - features/wiki_links.feature
77
77
  - flannel.gemspec
78
- - lib/cutting_board.rb
79
- - lib/feed_parser.rb
80
78
  - lib/flannel.rb
81
- - lib/shears.rb
82
- - lib/square.rb
83
- - lib/stripe.rb
84
- - lib/wrappable.rb
79
+ - lib/flannel/cutting_board.rb
80
+ - lib/flannel/feed_parser.rb
81
+ - lib/flannel/shears.rb
82
+ - lib/flannel/square.rb
83
+ - lib/flannel/stripe.rb
84
+ - lib/flannel/wrappable.rb
85
85
  - test/cutting_board_test.rb
86
86
  - test/feed_parser_test.rb
87
87
  - test/flannel_test.rb