tramway-api 2.0.0.3 → 2.0.0.4

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
  SHA256:
3
- metadata.gz: '02842d5a30eaebb897096a3237c1b1199f024aa440cfaf8cf90443b546c6afd0'
4
- data.tar.gz: 9aba2f649d293ffb1cac067c65f43031a6128150f2c72883248bf399c3b30cba
3
+ metadata.gz: 1c8989bc57ab02122477b2b52b258118371903dce14a38e67dc790927c2de14f
4
+ data.tar.gz: 6ca53e054cf6ee5052ad4388e484a997f107ef7c35e6fcf9464062c72023e639
5
5
  SHA512:
6
- metadata.gz: 2de3d13f5c0bdfd45cb8f51d976b6962f754fa98c8418430f30bfcdc69aa8abb5d5b3164e5d18e53f662f5efd84cc8564b1e43712d1604807bceae78d8f0cf4a
7
- data.tar.gz: 6786d18d5af7a09e92121f05729b8d7168d2d019fdcedb75be4e296febdd52ab150f8b7bb50143e611032684975bc6b11cfe4cc014663ff484329b498939fa2e
6
+ metadata.gz: 3189fa4afb3431002d24bf8216f2f340a27aaab360ffb0f7b89057c1336ae39a9ff75e5557997ee2bfce90399631f84fc9f0eda0a9a2b9803e209654b03b0db8
7
+ data.tar.gz: 2210b3a83321afe08c74c0841534e50352d0ad235a80f6d4df851ba168f74c7d16925f23b65b4a8812a824453dc37764efe90af4b633833850a1a7647402c76c
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'tramway/helpers/class_name_helpers'
3
+ require 'tramway/class_name_helpers'
4
4
 
5
5
  class Tramway::Api::V1::UsersController < ::Tramway::Api::V1::ApplicationController
6
6
  before_action :authenticate, only: :show
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Api
5
- VERSION = '2.0.0.3'
5
+ VERSION = '2.0.0.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.3
4
+ version: 2.0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov