lanes 0.0.1 → 0.0.2
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 +4 -4
- data/lanes.gemspec +2 -2
- data/lib/lanes/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e7e6cc328334914974f14d35efe753dd80872ea
|
|
4
|
+
data.tar.gz: 5bbb388a0f1e593c2e2765dcf7aac90240a442ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55e6cad97c4d7fc2c200b9ad9e7984c993b8a30628853d08df6a0bd0821acf739d7437dbc150026350c3a7ede0c27f7ca9fafc9ba3258355ce5001bb00cd67bb
|
|
7
|
+
data.tar.gz: 0882d032cb3489faca028d64132e010cc8a9a0416f9827bd21354c206b5b4e45a44dd4b12e2d71e197e41c484f25f285e7c005fe4945a0b62ec3d372365df0e5
|
data/lanes.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.authors = ["Nathan Stitt"]
|
|
11
11
|
spec.email = ["nathan@argosity.com"]
|
|
12
12
|
|
|
13
|
-
spec.summary = %q{
|
|
14
|
-
spec.description = %q{
|
|
13
|
+
spec.summary = %q{Lanes is a framework for easily writing single page web applications}
|
|
14
|
+
spec.description = %q{Lanes is a framework for writing single page web applications. It's a full stack framework that contains both server and client.}
|
|
15
15
|
|
|
16
16
|
spec.homepage = "http://stockor.org/"
|
|
17
17
|
spec.license = "MIT"
|
data/lib/lanes/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lanes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Stitt
|
|
@@ -346,8 +346,8 @@ dependencies:
|
|
|
346
346
|
- - "~>"
|
|
347
347
|
- !ruby/object:Gem::Version
|
|
348
348
|
version: '2.0'
|
|
349
|
-
description:
|
|
350
|
-
|
|
349
|
+
description: Lanes is a framework for writing single page web applications. It's
|
|
350
|
+
a full stack framework that contains both server and client.
|
|
351
351
|
email:
|
|
352
352
|
- nathan@argosity.com
|
|
353
353
|
executables:
|
|
@@ -767,6 +767,6 @@ rubyforge_project:
|
|
|
767
767
|
rubygems_version: 2.2.2
|
|
768
768
|
signing_key:
|
|
769
769
|
specification_version: 4
|
|
770
|
-
summary:
|
|
770
|
+
summary: Lanes is a framework for easily writing single page web applications
|
|
771
771
|
test_files: []
|
|
772
772
|
has_rdoc:
|