photo_folder 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. data/photo_folder.gemspec +1 -2
  2. metadata +4 -4
data/photo_folder.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "photo_folder"
3
- s.version = "1.0.3"
3
+ s.version = "1.0.4"
4
4
  s.date = "2010-05-11"
5
5
  s.summary = "JavaScript gallery"
6
6
  s.email = "ryan@syntacticx.com"
@@ -13,7 +13,6 @@ Gem::Specification.new do |s|
13
13
  "photo_folder.gemspec"] +
14
14
  Dir['models/**/*'] +
15
15
  Dir['vendor/**/*']
16
- s.autorequire = "lib/photo_folder.rb"
17
16
  s.add_dependency("sqlite3-ruby", ["> 0.0.0"])
18
17
  s.add_dependency("activerecord", ["> 0.0.0"])
19
18
  end
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photo_folder
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Johnson
14
- autorequire: lib/photo_folder.rb
14
+ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17