acts_as_living 0.1.2 → 0.1.3

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: 9cbb282fe5a1693ff6fd2fe42873fbe624d7eac46b7df7f33ea4df5fd9e20cf1
4
- data.tar.gz: 58de6c0353521c7c66c911bda0875eb884fc674a0b969acbbc31abbd712ca8b8
3
+ metadata.gz: 37744c54d63f77f31f762160fb5230b4516ac2c90104cca00e22d5e18e7373d7
4
+ data.tar.gz: 9d7597dae76ce960a72a69c1291fd0fe069a5b3054b43b6124c64b361bb2f050
5
5
  SHA512:
6
- metadata.gz: 89aec99a32d32a373176ef6375920eec25abea134be45b94cbd3b47bd13976047f33e5333833c3571ff27a262195b92637cfad6b4adb249f193241cad69365d6
7
- data.tar.gz: 397944cef3dc238ee7d6c1edd2af41f41ba7de684c2f37736c58e40bce8487c1d30b8ee95025d537825f48cee437044608145cc4b8e3516dd3b278e23d1b4369
6
+ metadata.gz: 2892ed5191f40d93a707a9357cf773d7d25e734db84df8d20da0dbc8e4b05b1298bf49654ad2c414727352e90a22633e950fa4c348c26c83839dfaa73e9b7c92
7
+ data.tar.gz: 2d2e423e9660af6c6b83184bf60096b6519f9638169f3cca6a145f2942285f7e1db6a56fed39cbd18e68d07d03fb061f18e2042a1e9064546d660bb3913aa968
@@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ## [0.1.0] - 2020-07-01
9
+ ## [0.1.3] - 2020-07-12
10
10
  ### Added
11
- - First Release with 2 included flight routes: Email and SMS. (plugged with Twilio and ActionMailer)
12
- - FlyJob included
11
+ - Fixed namespacing of the api endpoint
@@ -7,7 +7,7 @@ module ActsAsLiving
7
7
  class Railtie < Rails::Railtie
8
8
  config.to_prepare do
9
9
  ActiveSupport.on_load(:active_record) do
10
- include ActsAsLiving::ActsAsLiving
10
+ include ::ActsAsLiving::ActsAsLiving
11
11
  end
12
12
  end
13
13
 
@@ -1,3 +1,3 @@
1
1
  module ActsAsLiving
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_living
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guilherme Andrade
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-07-01 00:00:00.000000000 Z
11
+ date: 2020-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord