forked from mindaslab/phoenixbricks
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Karthikeyan A K
committed
Dec 11, 2015
1 parent
6c482ba
commit 7ea1c5a
Showing
4 changed files
with
30 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
# RailsBricks | ||
|
||
_Create **Rails** apps. **Faster**._ | ||
_Create **Rails** apps. **Faster**._This is a rescued version of railsbricks 3.2.6, as the previous project was suddenly discontinued. | ||
|
||
There is still lot of documentation need to be done, I am hosting it in a hurry. | ||
|
||
--- | ||
- Title: RailsBricks | ||
- Version: 3.2.6 | ||
- Version: 3.2.7 | ||
- Author: Nico Schuele (www.nicoschuele.com) | ||
- Contact: [contact page](http://railsbricks.net/contact) | ||
- Homepage: http://www.railsbricks.net | ||
- Github: https://github.com/nicoschuele/railsbricks | ||
- Twitter: @railsbricks | ||
- Phoenixed by: Karthikeyan A K | ||
- Contact: [email protected] | ||
- Homepage: https://github.com/mindaslab/pheonixbricks | ||
- Github: https://github.com/mindaslab/pheonixbricks | ||
- Twitter: @karthik_ak | ||
|
||
--- | ||
|
||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ module Version | |
|
||
MAJOR = 3 | ||
MINOR = 2 | ||
PATCH = 6 | ||
PATCH = 7 | ||
PRE = nil | ||
|
||
YEAR = "2015" | ||
|
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,16 +1,16 @@ | ||
require "./lib/railsbricks/version" | ||
|
||
Gem::Specification.new do |s| | ||
s.name = 'railsbricks' | ||
s.name = 'phoenixbricks' | ||
s.version = Version.current | ||
s.required_ruby_version = '>= 2.0' | ||
s.executables << 'rbricks' | ||
s.date = Version.current_date | ||
s.summary = "Create Rails apps. Faster." | ||
s.description = "RailsBricks enables you to create Rails apps much faster by automating mundane setup tasks and configuring useful common gems for you. " | ||
s.authors = ["Nico Schuele"] | ||
s.email = '[email protected]' | ||
s.authors = ["Nico Schuele", "Karthikeyan A K"] | ||
s.email = ['[email protected]', '[email protected]'] | ||
s.files = `git ls-files`.split($/) | ||
s.homepage = 'http://www.railsbricks.net' | ||
s.homepage = 'https://github.com/mindaslab/pheonixbricks' | ||
s.license = 'GNU GPL-3' | ||
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
require "./lib/railsbricks/version" | ||
|
||
Gem::Specification.new do |s| | ||
s.name = 'phoenixbricks' | ||
s.version = Version.current | ||
s.required_ruby_version = '>= 2.0' | ||
s.executables << 'rbricks' | ||
s.date = Version.current_date | ||
s.summary = "Create Rails apps. Faster." | ||
s.description = "RailsBricks enables you to create Rails apps much faster by automating mundane setup tasks and configuring useful common gems for you. " | ||
s.authors = ["Nico Schuele"] | ||
s.email = '[email protected]' | ||
s.files = `git ls-files`.split($/) | ||
s.homepage = 'http://www.railsbricks.net' | ||
s.license = 'GNU GPL-3' | ||
end |