rhail 0.0.4 → 0.0.5
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/rhail.gemspec +1 -6
- metadata +3 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c432619e02398088bdd7901c18f985431d7f763a
|
|
4
|
+
data.tar.gz: c5e1109e4e72cc6eafd1d31ac655d2d4a8053ea9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2fb301fce832e73b1fd25e8fb2d44aaeb1b408b265c1bbb9e2a410ecdf68e506199a51b5ab62bb67a5cd10dfd4af34a922885abcc5053e6796541bec150eeed
|
|
7
|
+
data.tar.gz: 60d04d2743ef7e4c70b926156ac282122dd2cbec783a832bdb1a9043ef19296395c738c68486a9fe5aac11ffc9d83d471a254421ed50cbaa2c171a9759244d9c
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/rhail.gemspec
CHANGED
|
@@ -3,17 +3,12 @@ require 'rhail'
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'rhail'
|
|
6
|
-
s.version = '0.0.
|
|
6
|
+
s.version = '0.0.5'
|
|
7
7
|
s.date = '2017-03-12'
|
|
8
8
|
s.summary = "Bunch of generators and functions to make you up and running fast in Rack web-app."
|
|
9
9
|
|
|
10
10
|
s.description = <<-EOF
|
|
11
11
|
|
|
12
|
-
|````\\ | ||
|
|
13
|
-
|____// |____||
|
|
14
|
-
| \\ | ||
|
|
15
|
-
| \\uby | ||ail
|
|
16
|
-
|
|
17
12
|
Ruby Hail is fast-by-design Rack-based nano-framework.
|
|
18
13
|
It provides generator and helper to quickly create Rack-based web-apps.
|
|
19
14
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rhail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maksim Sundukov
|
|
@@ -46,8 +46,7 @@ dependencies:
|
|
|
46
46
|
- - "~>"
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
48
|
version: '2.0'
|
|
49
|
-
description: "\
|
|
50
|
-
| ||ail\n\nRuby Hail is fast-by-design Rack-based nano-framework.\nIt provides
|
|
49
|
+
description: "\nRuby Hail is fast-by-design Rack-based nano-framework.\nIt provides
|
|
51
50
|
generator and helper to quickly create Rack-based web-apps.\n\nYou have options
|
|
52
51
|
to make plain html-based app with basic templates. You can chain htmls and utilize
|
|
53
52
|
ruby string interpolation.\n\nYou can generate simple json API with authentication.\n\nOr
|
|
@@ -137,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
137
136
|
version: '0'
|
|
138
137
|
requirements: []
|
|
139
138
|
rubyforge_project:
|
|
140
|
-
rubygems_version: 2.
|
|
139
|
+
rubygems_version: 2.4.8
|
|
141
140
|
signing_key:
|
|
142
141
|
specification_version: 4
|
|
143
142
|
summary: Bunch of generators and functions to make you up and running fast in Rack
|
metadata.gz.sig
CHANGED
|
Binary file
|