buzz_feed 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ class Buzz < ActiveRecord::Base
2
+ end
@@ -2,7 +2,7 @@ module BuzzFeed
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buzz_feed
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kristijan Sedlak
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-07 00:00:00 +01:00
18
+ date: 2011-03-09 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -61,6 +61,7 @@ extra_rdoc_files:
61
61
  - MIT-LICENSE
62
62
  files:
63
63
  - Rakefile
64
+ - app/models/buzz.rb
64
65
  - lib/buzz_feed/client.rb
65
66
  - lib/buzz_feed/version.rb
66
67
  - lib/buzz_feed.rb
@@ -84,6 +85,7 @@ rdoc_options:
84
85
  - README.rdoc
85
86
  - --charset=UTF-8
86
87
  require_paths:
88
+ - app
87
89
  - lib
88
90
  required_ruby_version: !ruby/object:Gem::Requirement
89
91
  none: false