parstack 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/README.md +4 -0
- data/{dyi.md → dyi} +0 -0
- data/lib/parstack/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ODVkZTQ1ZTBhYWM3ZmE2OGRjNWQxNzVlNWJjMDIzNzNkNGYwNGYwNg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGIyOWI1ZDgxNWI2MmJhNWJiNTVhZTViNzNhZTliY2UxNjRjNTFkYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NmU5MWU0NjliNGFiZWQ4ZTRlMDMwZDRkZjk4NzhiODA1ZmNmNGFhZmZkODM4
|
10
|
+
Zjc5YjViMWJiNDUzNDA0MWUwZDMxMjdiMDA2Njc1ZTI0ZjUwNGIyMzhhMDY5
|
11
|
+
MjE5NjY2MWMwMjQwZWRiZGJhMjQxOGQxOTRhNjg2OWI0MDNlYjE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzQ3ZTEwYzAzY2UxODQ4NWQ3NmEyNGZkZDhkM2VkMzA0MWY4MGMwM2YyNDNh
|
14
|
+
NTIxOWE4MzM1YWVlMGU1NGE0ZjAzNjk3YWUwYmYwNjc3MDlkNzBiYmJiNTgz
|
15
|
+
YmUxMWJhZWQyYTllYmMwNzg4NzYwM2IwMTE5NjAwYWQzZGFkZTA=
|
data/README.md
CHANGED
@@ -4,6 +4,10 @@
|
|
4
4
|
|
5
5
|
PAR is a framework for an easy starting point with PostgreSQL, Angular.Js, and Rails based applications. It is designed to give you a quick and organized way to start developing PAR based web apps with useful modules pre-bundled and configured.
|
6
6
|
|
7
|
+
## Website
|
8
|
+
|
9
|
+
[Visit Website](http://www.wutangfamo.us/par)
|
10
|
+
|
7
11
|
## Installation
|
8
12
|
|
9
13
|
Add this line to your application's Gemfile:
|
data/{dyi.md → dyi}
RENAMED
File without changes
|
data/lib/parstack/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: parstack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Kang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -53,7 +53,7 @@ files:
|
|
53
53
|
- README.md
|
54
54
|
- Rakefile
|
55
55
|
- bin/parstack
|
56
|
-
- dyi
|
56
|
+
- dyi
|
57
57
|
- lib/parstack.rb
|
58
58
|
- lib/parstack/version.rb
|
59
59
|
- parstack.gemspec
|