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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lanes.gemspec +2 -2
  3. data/lib/lanes/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38a1fcc3512ac9a78d8c2016485012fb4a2bb5bf
4
- data.tar.gz: e61f1035204fea72416015f3a1ffa931e650b467
3
+ metadata.gz: 7e7e6cc328334914974f14d35efe753dd80872ea
4
+ data.tar.gz: 5bbb388a0f1e593c2e2765dcf7aac90240a442ee
5
5
  SHA512:
6
- metadata.gz: b840ac96f4bc763324dc3f9a80b15b91d720e81115a1dc21ba25cc2696fc2e24dd9be382ca124f9687994c7dba8fdb5125241c34ebbcecaf57ff81e0473ae92d
7
- data.tar.gz: 410fabf525eee6f51f1e185bc6a40ad4276062b8058f918495de898be6ab279cc1ed11de635ea0b299f2a7338710b9ddf77bb2683922ff60f8b7859c48e39e9a
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{Stockor Core contains the models for the Stockor ERP system}
14
- spec.description = %q{Stockor Core contains the ActiveRecord models and business logic for the Stockor ERP system}
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
@@ -1,5 +1,5 @@
1
1
  module Lanes
2
2
 
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
 
5
5
  end
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.1
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: Stockor Core contains the ActiveRecord models and business logic for
350
- the Stockor ERP system
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: Stockor Core contains the models for the Stockor ERP system
770
+ summary: Lanes is a framework for easily writing single page web applications
771
771
  test_files: []
772
772
  has_rdoc: