kindred 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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e03bccd44f384512d021142b9c05e55432834f2
4
- data.tar.gz: 7a82f21f14b9fcfed70848620ae80e0505da041d
3
+ metadata.gz: 3465d1e245a7f0cf1067d66a04ad4c98493f951f
4
+ data.tar.gz: b8b0966261f9143aa752203daaa974e52bdee79e
5
5
  SHA512:
6
- metadata.gz: 76f08bed0689360d3765562774575bf006593e162499eb2ce5e6284f58e95ab0060c4202e84c8e0acc4c4172f5706f0243353ea09e7839d5e842b833162146b6
7
- data.tar.gz: 99e97908c9dccf760e01ab940da6d4fa5357b34af60f1a93375f26502f2ab07ce1a677c88c92ca2f6deb4e783f219c66a07bd2f884c6861c0b806340572fc52e
6
+ metadata.gz: 317bddd16739fe19eefc638f5257d2020aaf612b46e552e84fd381f674c3be66aa79a0a18b0e01bea81fb395b57f12d71a5967ba8e4c3aa007a41502d6be0c98
7
+ data.tar.gz: 9e7412044e010dca7d252ca790bcde4b551d23adbc8314bfc0bf200dc321fc726f92ad8c8127ad44e98de0fd6008f52b6f80564b89e491796f6e4fab91a4be1a
data/kindred.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Kindred::VERSION
9
9
  spec.authors = ["Mike Piccolo"]
10
10
  spec.email = ["mpiccolo@newleaders.com"]
11
- spec.summary = %q{}
12
- spec.description = %q{}
11
+ spec.summary = %q{Kindred is an open source project that intends to optimize programmers happiness and productivity for client-heavy rails applications. Kindred aims to allow developers to create robust client side applications with minimal code while maintaining best practices and conventions.}
12
+ spec.description = %q{Javascript framework built for Rails}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Kindred
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kindred
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
  - Mike Piccolo
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '10.0'
69
- description: ''
69
+ description: Javascript framework built for Rails
70
70
  email:
71
71
  - mpiccolo@newleaders.com
72
72
  executables: []
@@ -116,8 +116,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  requirements: []
118
118
  rubyforge_project:
119
- rubygems_version: 2.4.3
119
+ rubygems_version: 2.4.5
120
120
  signing_key:
121
121
  specification_version: 4
122
- summary: ''
122
+ summary: Kindred is an open source project that intends to optimize programmers happiness
123
+ and productivity for client-heavy rails applications. Kindred aims to allow developers
124
+ to create robust client side applications with minimal code while maintaining best
125
+ practices and conventions.
123
126
  test_files: []