usbunfreeze_web 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75c8a9a08b15f359319715f6d4b8164756e65a89
4
- data.tar.gz: 17152ee39738321b2426ab281cdf36fe9e4054a0
3
+ metadata.gz: 26a9fd5b9d6dde86241c31eac0803a281043bd77
4
+ data.tar.gz: 596b783b70237e9528db8777818bd1dd2d5b2376
5
5
  SHA512:
6
- metadata.gz: f9a582882d4de3084d2e236cee1b73892f4c4458333ec81b8db7d7754995e142d149649256a237314fe291b91b2385aa3e19c8efcc21697ba99b60f8dc2044d5
7
- data.tar.gz: bdd843949dad67dbd110c712cd102baaa1c629f8ac4d5b09f2e68605f5ead5680b8344efe2c9d0f8b0a6cc86de4ed88ee3570087fc77b22deb5b71ebeea09b69
6
+ metadata.gz: 881db2ec64c468d6005c63b90c69134032afd4cc95486704324e817b9e99c29aa8ebd5777e43a74f8374c5b756f269af713d8715016826f0c83740447ba94a54
7
+ data.tar.gz: 0b0fb7d566a6f5e02b9fbf8a3d8256866738b7bb65e0fa30c156dcc9fa74ea9c654c7e902bef2137faa09ed6fe112d2c38357a673b086b7cd132c7789245c66d
data/README.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # UsbunfreezeWeb
2
2
 
3
+ [![Gem Version](https://img.shields.io/gem/v/usbunfreeze_web.svg)](https://rubygems.org/gems/usbunfreeze_web)
4
+ [![Dependency Status](https://gemnasium.com/theirix/usbunfreeze_web.svg)](https://gemnasium.com/theirix/usbunfreeze_web)
5
+
3
6
  Web application for Usbunfreeze kit.
4
7
 
5
8
  ## Installation
6
9
 
7
- OmniFiles is a Sinatra/Rack application and can be used as a gem or as a server in local directory.
10
+ UsbunfreezeWeb is a Sinatra/Rack application and can be used as a gem or as a server in local directory.
8
11
 
9
- ### As a gem
12
+ ### As a gem (recommended)
10
13
 
11
14
  1. Install a gem
12
15
 
@@ -18,10 +21,10 @@ OmniFiles is a Sinatra/Rack application and can be used as a gem or as a server
18
21
 
19
22
  USBUNFREEZE_WEB_SETTINGS=/path/to/settings.yaml usbunfreeze_web
20
23
  Of course, you can provide any additional Thin options at command line or even a config with `-C /path/to/thin.yaml`.
21
- s
24
+
22
25
  ## As a rack app
23
26
 
24
- OmniFiles can be started using `config.ru` with you favourite Rack server.
27
+ UsbunfreezeWeb can be started using `config.ru` with you favourite Rack server.
25
28
 
26
29
  1. Clone a git repo
27
30
 
@@ -41,6 +44,8 @@ Settings file template can be found at `config/settings.yaml.example`.
41
44
 
42
45
  Configure Amazon AWS SQS queue and place access, secret key and queue name to the config.
43
46
 
47
+ **NOTE**: server does not work properly with sinatra-assetpack asset packaging in production mode. Use development instead.
48
+
44
49
  ## Usage
45
50
 
46
51
  Web application is configured to serve at `/usbunfreeze` for a web page and at `/usbunfreeze-assets` for assets.
@@ -1,3 +1,3 @@
1
1
  module UsbunfreezeWeb
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = UsbunfreezeWeb::VERSION
9
9
  spec.authors = ["theirix"]
10
10
  spec.email = ["theirix@gmail.com"]
11
- spec.summary = %q{Usubunfreeze web server.}
12
- spec.description = %q{Usubunfreeze web server.}
13
- spec.homepage = ""
11
+ spec.summary = %q{Usubunfreeze web server}
12
+ spec.description = %q{Web application for Usbunfreeze kit}
13
+ spec.homepage = "http://github.com/theirix/usbunfreeze_web"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usbunfreeze_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - theirix
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: 1.60.0
139
- description: Usubunfreeze web server.
139
+ description: Web application for Usbunfreeze kit
140
140
  email:
141
141
  - theirix@gmail.com
142
142
  executables:
@@ -159,7 +159,7 @@ files:
159
159
  - lib/usbunfreeze_web/version.rb
160
160
  - lib/usbunfreeze_web/views/usbunfreeze.haml
161
161
  - usbunfreeze_web.gemspec
162
- homepage: ''
162
+ homepage: http://github.com/theirix/usbunfreeze_web
163
163
  licenses:
164
164
  - MIT
165
165
  metadata: {}
@@ -182,5 +182,5 @@ rubyforge_project:
182
182
  rubygems_version: 2.4.5
183
183
  signing_key:
184
184
  specification_version: 4
185
- summary: Usubunfreeze web server.
185
+ summary: Usubunfreeze web server
186
186
  test_files: []