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 +4 -4
- data/README.md +9 -6
- data/lib/railsbricks/version.rb +1 -1
- data/railsbricks.gemspec +3 -3
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 792370afc99d3a8da51ee5924a4df8e9bc5f3ae7
|
4
|
+
data.tar.gz: 40795d7c6a76b40b6941cec266e5c3dfca89ba13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
9
|
+
- Version: 3.2.7
|
8
10
|
- Author: Nico Schuele (www.nicoschuele.com)
|
9
|
-
-
|
10
|
-
-
|
11
|
-
-
|
12
|
-
-
|
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
|
|
data/lib/railsbricks/version.rb
CHANGED
data/railsbricks.gemspec
CHANGED
@@ -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 = '
|
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.
|
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:
|
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:
|
177
|
+
homepage: https://github.com/mindaslab/pheonixbricks
|
175
178
|
licenses:
|
176
179
|
- GNU GPL-3
|
177
180
|
metadata: {}
|