Skip to content

Commit

Permalink
It builds, ship it
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Jun 23, 2014
1 parent 0056158 commit d1f9182
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
shrouded (0.0.1)
shrouded (0.9.0)
activejob
fog (~> 1.22.1)
rails (~> 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/shrouded/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8

module Shrouded
VERSION = "0.0.1"
VERSION = "0.9.0"
end
6 changes: 3 additions & 3 deletions shrouded.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Gem::Specification.new do |s|
s.authors = ["Inge Jørgensen"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/elektronaut/shrouded"
s.summary = "Rails engine that stores your data blobs."
s.description = "Shrouded is a Rails engine that takes your uploaded files, de-duplicates them and stores them in layers."
s.summary = "A file store for your Rails app"
s.description = "Shrouded is a Rails plugin that stores your file uploads and other binary blobs."
s.license = "MIT"

s.files = Dir["{app,config,db,lib,spec}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
s.files = Dir["{lib}/**/*", "MIT-LICENSE", "README.md"]

s.required_ruby_version = '>= 1.9.2'

Expand Down

0 comments on commit d1f9182

Please sign in to comment.