shutterbug 0.0.2 → 0.0.3

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 (3) hide show
  1. data/lib/shutterbug.rb +1 -1
  2. data/shutterbug.gemspec +1 -1
  3. metadata +4 -4
data/lib/shutterbug.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Shutterbug
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  autoload :Service, "shutterbug/service"
4
4
  autoload :Rackapp, "shutterbug/rackapp"
5
5
  end
data/shutterbug.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  }
18
18
 
19
19
  spec.summary = %q{ use Shutterbug::Rackapp }
20
- spec.homepage = ""
20
+ spec.homepage = "http://github.com/concord-consortium/shutterbug"
21
21
  spec.license = "MIT, Simplified BSD, Apache 2.0"
22
22
 
23
23
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shutterbug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -119,7 +119,7 @@ files:
119
119
  - shutterbug.gemspec
120
120
  - spec/shutterbug/rackapp_spec.rb
121
121
  - spec/spec_helper.rb
122
- homepage: ''
122
+ homepage: http://github.com/concord-consortium/shutterbug
123
123
  licenses:
124
124
  - MIT, Simplified BSD, Apache 2.0
125
125
  post_install_message:
@@ -134,7 +134,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  segments:
136
136
  - 0
137
- hash: -514430895198801673
137
+ hash: 621833465773750166
138
138
  required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  none: false
140
140
  requirements:
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  segments:
145
145
  - 0
146
- hash: -514430895198801673
146
+ hash: 621833465773750166
147
147
  requirements: []
148
148
  rubyforge_project:
149
149
  rubygems_version: 1.8.23