merb-photos 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
15
15
  s.name = 'merb-photos'
16
16
  s.rubyforge_project = 'uipoet'
17
17
  s.summary = 'Flickr Photo Gallery for Merb'
18
- s.version = '0.4.1'
18
+ s.version = '0.4.2'
19
19
  end
20
20
 
21
21
  Rake::GemPackageTask.new(spec) do |pkg|
@@ -7,7 +7,7 @@ module Merb::MerbPhotos::ApplicationHelper
7
7
  photo = options[:photo]
8
8
  attributes[:id] = slice_url(:photo, :photo_id => photo.id, :photoset_id => @photoset.id)
9
9
  image = mui_image(:url => "http://farm#{@photoset.farm}.static.flickr.com/#{photo.server}/#{photo.id}_#{photo.secret}_s.jpg", :height => 75, :width => 75)
10
- attributes[:style] = 'float:left;margin:1em;'
10
+ attributes[:style] = 'float:left;margin:1em 0 0 1em;'
11
11
  tag(:button, image, attributes)
12
12
  end
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-photos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - UiPoet
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-16 00:00:00 -08:00
12
+ date: 2008-12-24 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency