tramway-api 0.2 → 0.2.1

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: a9e653ce900aa4bdf9e55be5f193cee92778d4850ce5893b1189cad872d9692d
4
- data.tar.gz: 4047b383d98729bff0a0181ff7194a4378f5b429358e06d88da02255914b3e70
3
+ metadata.gz: 14522e3ab145cb4db73589c0b400810f70e70e58be759b70cc5387796c13f723
4
+ data.tar.gz: 7a4b1d04e37f54aab5723453b9c732667f5dc4c77b81816c76f50492affd420b
5
5
  SHA512:
6
- metadata.gz: 614e33c8a1e87e8b19c293594594274f3cba429d96cb344162586beb79e3b930a0d3d52f9f661d2378c91f39c175ccc1fc7e2a90410c3e2e1f86fb3fdb555325
7
- data.tar.gz: f9d5292121d7f9881dee7c2a761aa72230ebc3a2f1bd0ce0b21c91268730e2fabd3d04d335285fe2d8e80a9f2d1b7fb1d5058bcf94e046e33323d78baa8db67e
6
+ metadata.gz: 8fda0fdbe3a3f8f876f44ab55b154145cc048cec0dea58313318e8f66b644f86806b3f3a8ef3195d40a0b84756c1bf20ec0a31f90e93760cb1dcd97a88c370e0
7
+ data.tar.gz: 4441b5071077fc65924a5949237a280c47edf4367c5fa7016aa0538092ca526c56dac6e790336358ca22551421ebbcb39621afa9226695dffad5baa644fe2e55
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Api
3
- VERSION = '0.2'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-api
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-14 00:00:00.000000000 Z
11
+ date: 2019-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: knock
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: tramway-core
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.9.2
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 1.9.2
27
41
  description: Engine for api
28
42
  email:
29
43
  - kalashnikovisme@gmail.com
@@ -34,9 +48,6 @@ files:
34
48
  - MIT-LICENSE
35
49
  - README.md
36
50
  - Rakefile
37
- - app/assets/config/tramway_api_manifest.js
38
- - app/assets/javascripts/tramway/api/application.js
39
- - app/assets/stylesheets/tramway/api/application.css
40
51
  - app/controllers/tramway/api/application_controller.rb
41
52
  - app/controllers/tramway/api/v1/application_controller.rb
42
53
  - app/controllers/tramway/api/v1/records_controller.rb
@@ -1,2 +0,0 @@
1
- //= link_directory ../javascripts/tramway/api .js
2
- //= link_directory ../stylesheets/tramway/api .css
@@ -1,15 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file. JavaScript code in this file should be added after the last require_* statement.
9
- //
10
- // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
- // about supported directives.
12
- //
13
- //= require rails-ujs
14
- //= require activestorage
15
- //= require_tree .
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */