beef-slides 1.1.0 → 1.1.1

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -16,14 +16,6 @@
16
16
  <%= f.label :link %><br />
17
17
  <%= f.text_field :link %>
18
18
  </p>
19
- <p>
20
- <%= f.label :body %><br />
21
- <%= f.textarea :body %>
22
- </p>
23
-
24
-
25
-
26
-
27
19
  <p>
28
20
  <%= f.label :uploaded_data, "Image" %><br />
29
21
  <%= f.file_field :uploaded_data %>
@@ -3,7 +3,6 @@ class CreateSlides < ActiveRecord::Migration
3
3
  create_table :slides do |t|
4
4
  t.string :title
5
5
  t.string :strapline
6
- t.text :body
7
6
  t.string :link
8
7
  t.integer :position, :default => 0
9
8
  t.datetime :published_at
data/slides.gemspec CHANGED
@@ -1,11 +1,8 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
1
  # -*- encoding: utf-8 -*-
5
2
 
6
3
  Gem::Specification.new do |s|
7
4
  s.name = %q{slides}
8
- s.version = "1.1.0"
5
+ s.version = "1.1.1"
9
6
 
10
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
8
  s.authors = ["Daniel Craig"]
@@ -49,8 +46,8 @@ Gem::Specification.new do |s|
49
46
  s.rubygems_version = %q{1.3.5}
50
47
  s.summary = %q{Slide show generation}
51
48
  s.test_files = [
52
- "test/slides_test.rb",
53
- "test/slide_show_test.rb",
49
+ "test/slide_show_test.rb",
50
+ "test/slides_test.rb",
54
51
  "test/test_helper.rb"
55
52
  ]
56
53
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beef-slides
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Craig
@@ -76,6 +76,6 @@ signing_key:
76
76
  specification_version: 3
77
77
  summary: Slide show generation
78
78
  test_files:
79
- - test/slides_test.rb
80
79
  - test/slide_show_test.rb
80
+ - test/slides_test.rb
81
81
  - test/test_helper.rb