-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fe1c03b
commit 7b505ed
Showing
4 changed files
with
49 additions
and
4 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
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 |
---|---|---|
|
@@ -5,8 +5,8 @@ require "administrate/version" | |
Gem::Specification.new do |s| | ||
s.name = "administrate" | ||
s.version = Administrate::VERSION | ||
s.authors = ["Grayson Wright"] | ||
s.email = ["[email protected]"] | ||
s.authors = ["Nick Charlton", "Grayson Wright"] | ||
s.email = ["[email protected]", "[email protected]"] | ||
s.homepage = "https://administrate-prototype.herokuapp.com/" | ||
s.summary = "A Rails engine for creating super-flexible admin dashboards" | ||
s.license = "MIT" | ||
|
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,3 +1,3 @@ | ||
module Administrate | ||
VERSION = "0.4.0".freeze | ||
VERSION = "0.5.0".freeze | ||
end |