-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0056158
commit d1f9182
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|