beef-slides 1.1.4 → 1.1.5
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 +1 -1
 - data/app/models/slide.rb +1 -1
 - data/slides.gemspec +2 -2
 - metadata +4 -3
 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            1.1. 
     | 
| 
      
 1 
     | 
    
         
            +
            1.1.5
         
     | 
    
        data/app/models/slide.rb
    CHANGED
    
    | 
         @@ -10,7 +10,7 @@ class Slide < ActiveRecord::Base 
     | 
|
| 
       10 
10 
     | 
    
         
             
              validate              :attachment_attributes_valid?, :if => :has_file?
         
     | 
| 
       11 
11 
     | 
    
         
             
              belongs_to :slide_show
         
     | 
| 
       12 
12 
     | 
    
         | 
| 
       13 
     | 
    
         
            -
              attr_accessible :slide_show_id, :title, :date, :link, :strapline, :publish, :hide, :uploaded_data
         
     | 
| 
      
 13 
     | 
    
         
            +
              attr_accessible :slide_show_id, :title, :date, :link, :strapline, :publish, :hide, :uploaded_data, :body
         
     | 
| 
       14 
14 
     | 
    
         | 
| 
       15 
15 
     | 
    
         
             
              default_scope :order => 'position ASC'
         
     | 
| 
       16 
16 
     | 
    
         | 
    
        data/slides.gemspec
    CHANGED
    
    | 
         @@ -5,11 +5,11 @@ 
     | 
|
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
            Gem::Specification.new do |s|
         
     | 
| 
       7 
7 
     | 
    
         
             
              s.name = %q{slides}
         
     | 
| 
       8 
     | 
    
         
            -
              s.version = "1.1. 
     | 
| 
      
 8 
     | 
    
         
            +
              s.version = "1.1.5"
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
10 
     | 
    
         
             
              s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
         
     | 
| 
       11 
11 
     | 
    
         
             
              s.authors = ["Daniel Craig"]
         
     | 
| 
       12 
     | 
    
         
            -
              s.date = %q{2009-09- 
     | 
| 
      
 12 
     | 
    
         
            +
              s.date = %q{2009-09-25}
         
     | 
| 
       13 
13 
     | 
    
         
             
              s.email = %q{daniel@wearebeef.co.uk}
         
     | 
| 
       14 
14 
     | 
    
         
             
              s.extra_rdoc_files = [
         
     | 
| 
       15 
15 
     | 
    
         
             
                "LICENSE",
         
     | 
    
        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. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.1.5
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors: 
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Daniel Craig
         
     | 
| 
         @@ -9,7 +9,7 @@ autorequire: 
     | 
|
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
     | 
    
         
            -
            date: 2009-09- 
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2009-09-25 00:00:00 -07:00
         
     | 
| 
       13 
13 
     | 
    
         
             
            default_executable: 
         
     | 
| 
       14 
14 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
         @@ -51,6 +51,7 @@ files: 
     | 
|
| 
       51 
51 
     | 
    
         
             
            - test/test_helper.rb
         
     | 
| 
       52 
52 
     | 
    
         
             
            has_rdoc: false
         
     | 
| 
       53 
53 
     | 
    
         
             
            homepage: http://github.com/dougle/slides
         
     | 
| 
      
 54 
     | 
    
         
            +
            licenses: 
         
     | 
| 
       54 
55 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       55 
56 
     | 
    
         
             
            rdoc_options: 
         
     | 
| 
       56 
57 
     | 
    
         
             
            - --charset=UTF-8
         
     | 
| 
         @@ -71,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       71 
72 
     | 
    
         
             
            requirements: []
         
     | 
| 
       72 
73 
     | 
    
         | 
| 
       73 
74 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       74 
     | 
    
         
            -
            rubygems_version: 1. 
     | 
| 
      
 75 
     | 
    
         
            +
            rubygems_version: 1.3.5
         
     | 
| 
       75 
76 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       76 
77 
     | 
    
         
             
            specification_version: 3
         
     | 
| 
       77 
78 
     | 
    
         
             
            summary: Slide show generation
         
     |