jets 0.8.11 → 0.8.12

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
  SHA256:
3
- metadata.gz: 3264a5fe8f2efe3fd744fa432d0ae6e73ada5bde0d9b816be1e39f0ba57e710d
4
- data.tar.gz: a375816841050159a774bb104f97327fae41ab0935466fff959c3f54127aa26e
3
+ metadata.gz: dca2784566463fbc97df7951013c7947f6bc266c81e888460984c6bb124dda6e
4
+ data.tar.gz: 3cc7ad59b7a35a2f4e2f617e8c3f12589ee035240ea384e63c980f78cfef2653
5
5
  SHA512:
6
- metadata.gz: 74694ae655562a8d40610a4f3ceba61d845f1695100966fd6bb424ad8c9a083f818f2921cdd40274c8b2844afa4ca61fcfaecb7d245b7528752fb72d37f2a039
7
- data.tar.gz: 7fc5634ed17b2abd762cdf3014686caafec5e7bfc6add32ccc5c3172b6d75dae7406010a5275658a45dfb1dae0d705a3e17e4aa0621d54c4afe0ee7f022f041e
6
+ metadata.gz: 4336f2a024f7541da2aa1fb664b03b10cd654d80d230c9aa6739cc372b4206e7f47a392f0201f2067f8c55934b91ad159fe89bb5df7e362f91ee86f2926f3c15
7
+ data.tar.gz: e105c5ca57a3c83fd733524cc570b341c6f597e166915c12a6d9d04b06c7c733c36c6a6f81ce4a0944ac23321b6e00975b1ec8d6f0e1e3ee909dc3cca5c459e5
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [0.8.12]
7
+ - fix jets gem summary and description
8
+
6
9
  ## [0.8.11]
7
10
  - Inherit class properties from parent classes PR #25
8
11
  - Make more puts like methods show up in cloudwatch logs
@@ -11,7 +11,7 @@ GIT
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- jets (0.8.11)
14
+ jets (0.8.12)
15
15
  actionpack (>= 5.2.1)
16
16
  actionview (>= 5.2.1)
17
17
  activerecord (>= 5.2.1)
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Jets::VERSION
9
9
  spec.authors = ["Tung Nguyen"]
10
10
  spec.email = ["tongueroo@gmail.com"]
11
- spec.description = %q{Test}
12
- spec.summary = %q{Test}
13
- spec.homepage = "https://github.com/tongueroo/jets"
11
+ spec.summary = "Ruby Serverless Framework on AWS Lambda"
12
+ spec.description = "Jets is a framework that allows you to create serverless applications with a beautiful language: Ruby. It includes everything required to build an application and deploy it to AWS Lambda. Jets makes serverless accessible to everyone."
13
+ spec.homepage = "http://rubyonjets.com"
14
14
  spec.license = "MIT"
15
15
 
16
16
  vendor_files = Dir.glob("vendor/**/*")
@@ -1,3 +1,3 @@
1
1
  module Jets
2
- VERSION = "0.8.11"
2
+ VERSION = "0.8.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.11
4
+ version: 0.8.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
@@ -388,7 +388,9 @@ dependencies:
388
388
  - - ">="
389
389
  - !ruby/object:Gem::Version
390
390
  version: '0'
391
- description: Test
391
+ description: 'Jets is a framework that allows you to create serverless applications
392
+ with a beautiful language: Ruby. It includes everything required to build an application
393
+ and deploy it to AWS Lambda. Jets makes serverless accessible to everyone.'
392
394
  email:
393
395
  - tongueroo@gmail.com
394
396
  executables:
@@ -720,7 +722,7 @@ files:
720
722
  - vendor/lambdagem/spec/lib/cli_spec.rb
721
723
  - vendor/lambdagem/spec/lib/upload_spec.rb
722
724
  - vendor/lambdagem/spec/spec_helper.rb
723
- homepage: https://github.com/tongueroo/jets
725
+ homepage: http://rubyonjets.com
724
726
  licenses:
725
727
  - MIT
726
728
  metadata: {}
@@ -743,5 +745,5 @@ rubyforge_project:
743
745
  rubygems_version: 2.7.6
744
746
  signing_key:
745
747
  specification_version: 4
746
- summary: Test
748
+ summary: Ruby Serverless Framework on AWS Lambda
747
749
  test_files: []