phoenixbricks 3.2.6 → 3.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 785186e48724db7fc97c2ca587f5db45145911df
4
- data.tar.gz: f0e4b75d8fe05c5aa267406ce16ad3e8bc74ad5d
3
+ metadata.gz: 792370afc99d3a8da51ee5924a4df8e9bc5f3ae7
4
+ data.tar.gz: 40795d7c6a76b40b6941cec266e5c3dfca89ba13
5
5
  SHA512:
6
- metadata.gz: ef33bee2d693e645e4244aedcbd9b3a05d38638335e881c523125dd9a2e90121f665d454a36a8c1b1f074b3f01d16787b307d333d30c6cba86a2d8b03ba0a541
7
- data.tar.gz: e2f5830480aa386de1f80d598512bf4e700d7f6e8d847d4f32768806ceb302a199c790b9ed9d3870e6c9040887ea39275004a3d51193f3d16a87fb6999e90720
6
+ metadata.gz: 223792a37d3fd1f4b2e1aa0ca2361ddb70501807e9ceff979a816f7cc0a66fd4249794e828b14b02d8213cf617adfcc979e7a8a3ba3324ce3c8243e8405f14b7
7
+ data.tar.gz: a8bb3aa0835d196e59c343a9721a8f30ab84626c1392cc9c3c02fbef44e9ea8c91fd069657241b553df42e2b7552f96677c5df6e834b81ce77c4a79817acd3fc
data/README.md CHANGED
@@ -1,15 +1,18 @@
1
1
  # RailsBricks
2
2
 
3
- _Create **Rails** apps. **Faster**._
3
+ _Create **Rails** apps. **Faster**._This is a rescued version of railsbricks 3.2.6, as the previous project was suddenly discontinued.
4
+
5
+ There is still lot of documentation need to be done, I am hosting it in a hurry.
4
6
 
5
7
  ---
6
8
  - Title: RailsBricks
7
- - Version: 3.2.6
9
+ - Version: 3.2.7
8
10
  - Author: Nico Schuele (www.nicoschuele.com)
9
- - Contact: [contact page](http://railsbricks.net/contact)
10
- - Homepage: http://www.railsbricks.net
11
- - Github: https://github.com/nicoschuele/railsbricks
12
- - Twitter: @railsbricks
11
+ - Phoenixed by: Karthikeyan A K
12
+ - Contact: 77minds@gmail.com
13
+ - Homepage: https://github.com/mindaslab/pheonixbricks
14
+ - Github: https://github.com/mindaslab/pheonixbricks
15
+ - Twitter: @karthik_ak
13
16
 
14
17
  ---
15
18
 
@@ -2,7 +2,7 @@ module Version
2
2
 
3
3
  MAJOR = 3
4
4
  MINOR = 2
5
- PATCH = 6
5
+ PATCH = 7
6
6
  PRE = nil
7
7
 
8
8
  YEAR = "2015"
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
8
8
  s.date = Version.current_date
9
9
  s.summary = "Create Rails apps. Faster."
10
10
  s.description = "RailsBricks enables you to create Rails apps much faster by automating mundane setup tasks and configuring useful common gems for you. "
11
- s.authors = ["Nico Schuele"]
12
- s.email = 'nicoschuele@gmail.com'
11
+ s.authors = ["Nico Schuele", "Karthikeyan A K"]
12
+ s.email = ['nicoschuele@gmail.com', '77minds@gmail.com']
13
13
  s.files = `git ls-files`.split($/)
14
- s.homepage = 'http://www.railsbricks.net'
14
+ s.homepage = 'https://github.com/mindaslab/pheonixbricks'
15
15
  s.license = 'GNU GPL-3'
16
16
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phoenixbricks
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.6
4
+ version: 3.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nico Schuele
8
+ - Karthikeyan A K
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -12,7 +13,9 @@ date: 2015-06-27 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: 'RailsBricks enables you to create Rails apps much faster by automating
14
15
  mundane setup tasks and configuring useful common gems for you. '
15
- email: nicoschuele@gmail.com
16
+ email:
17
+ - nicoschuele@gmail.com
18
+ - 77minds@gmail.com
16
19
  executables:
17
20
  - rbricks
18
21
  extensions: []
@@ -171,7 +174,7 @@ files:
171
174
  - lib/railsbricks/validator.rb
172
175
  - lib/railsbricks/version.rb
173
176
  - railsbricks.gemspec
174
- homepage: http://www.railsbricks.net
177
+ homepage: https://github.com/mindaslab/pheonixbricks
175
178
  licenses:
176
179
  - GNU GPL-3
177
180
  metadata: {}