tumbling 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,8 @@ module Tumbling
9
9
  :slug,
10
10
  :body,
11
11
  :title,
12
- :images
12
+ :images,
13
+ :tags
13
14
 
14
15
  private
15
16
 
Binary file
data/tumbling.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tumbling}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Cameron Cox"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tumbling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Cox
@@ -42,6 +42,7 @@ files:
42
42
  - lib/tumbling.rb
43
43
  - LICENSE
44
44
  - script/console
45
+ - tumbling-0.0.1.gem
45
46
  - tumbling.gemspec
46
47
  has_rdoc: true
47
48
  homepage: http://github.com/cameroncox/tumbling