Skip to content

Commit

Permalink
changed README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthikeyan A K committed Dec 11, 2015
1 parent 6c482ba commit 7ea1c5a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 11 deletions.
15 changes: 9 additions & 6 deletions README.md
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

---

Expand Down
2 changes: 1 addition & 1 deletion lib/railsbricks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Version

MAJOR = 3
MINOR = 2
PATCH = 6
PATCH = 7
PRE = nil

YEAR = "2015"
Expand Down
8 changes: 4 additions & 4 deletions railsbricks.gemspec
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
16 changes: 16 additions & 0 deletions railsbricks.gemspec~
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

0 comments on commit 7ea1c5a

Please sign in to comment.