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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjUzOGNhNzY5ZDY3N2QxMDQ2MDBhMzQ2OWE4NzdkMGRiYjkzYmNmNQ==
4
+ ODVkZTQ1ZTBhYWM3ZmE2OGRjNWQxNzVlNWJjMDIzNzNkNGYwNGYwNg==
5
5
  data.tar.gz: !binary |-
6
- NzNlY2RkNTFiOWYxOTM5YjFhMDY1NGJiYzFmYjFmMjkzYTllOTFmNQ==
6
+ MGIyOWI1ZDgxNWI2MmJhNWJiNTVhZTViNzNhZTliY2UxNjRjNTFkYg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OGJiOGI0N2Q5NGJlZGNlNjFhN2E4ZDE4OWMyNDUxNWI3ZTg3Y2RjMjE4N2Q4
10
- ZDI3MjEzYWIwNDkxYjA0NTczYjRiMGVlMmJlZDExZWNiMzZhZjFiMDYwM2I1
11
- MWZkNzUxZmY5OWI3MWM1OWIzZDgxMjMwYjY1MmZkNWMyMTg0YWM=
9
+ NmU5MWU0NjliNGFiZWQ4ZTRlMDMwZDRkZjk4NzhiODA1ZmNmNGFhZmZkODM4
10
+ Zjc5YjViMWJiNDUzNDA0MWUwZDMxMjdiMDA2Njc1ZTI0ZjUwNGIyMzhhMDY5
11
+ MjE5NjY2MWMwMjQwZWRiZGJhMjQxOGQxOTRhNjg2OWI0MDNlYjE=
12
12
  data.tar.gz: !binary |-
13
- YjAyZDMzNTBiODBhYjFhM2YxMGViODdhMmEzMTAyYWE3MjM3YzQzZmIwNGNh
14
- ZWFhZjQ5OGE1OWJkMmYyZWU0ZjZhODZmZDIzZGRiNTY3ZWJmZTViN2VhNzZh
15
- ZTY0NTZlYzEwMmFiNjhiNTA5NjdlZGU2OTgyMjdkOTE2YjU3YmY=
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:
File without changes
@@ -1,3 +1,3 @@
1
1
  module Parstack
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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-29 00:00:00.000000000 Z
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.md
56
+ - dyi
57
57
  - lib/parstack.rb
58
58
  - lib/parstack/version.rb
59
59
  - parstack.gemspec