buzzard 0.1.3 → 0.1.4

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/VERSION +1 -1
  2. data/buzzard.gemspec +2 -3
  3. metadata +3 -5
  4. data/TODO +0 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
data/buzzard.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{buzzard}
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 = ["Thomas Lee"]
@@ -34,8 +34,7 @@ Gem::Specification.new do |s|
34
34
  s.email = %q{buzzard@tomlee.co}
35
35
  s.executables = ["buzzard"]
36
36
  s.extra_rdoc_files = [
37
- "LICENSE",
38
- "TODO"
37
+ "LICENSE"
39
38
  ]
40
39
  s.files = [
41
40
  ".gitignore",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buzzard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thomas Lee
@@ -90,7 +90,6 @@ extensions: []
90
90
 
91
91
  extra_rdoc_files:
92
92
  - LICENSE
93
- - TODO
94
93
  files:
95
94
  - .gitignore
96
95
  - LICENSE
@@ -112,7 +111,6 @@ files:
112
111
  - lib/buzzard/json.rb
113
112
  - lib/buzzard/security.rb
114
113
  - lib/buzzard/session.rb
115
- - TODO
116
114
  has_rdoc: true
117
115
  homepage: http://rubyforge.org/projects/buzzard
118
116
  licenses: []
data/TODO DELETED
@@ -1 +0,0 @@
1
- * How can we package templates in the gem?