bookingsync_application 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: b39192f6bd1518078417529440dac15a6c4b6a18
4
- data.tar.gz: 86d6f5097782e172571874351a6848701503fe9c
3
+ metadata.gz: aa22224b3d5c0b206931caea36b6ece13b1b23f6
4
+ data.tar.gz: 4677d4de1f704b9b2539e358daf8d5f60556e457
5
5
  SHA512:
6
- metadata.gz: 76327b3f1fea2f9a968dfa090c4bdf8b6ddd4371cdc7dd7400702276176f548243824249b3c732fa63dff7e20852301e546faaf4860ba982bb76afffb4cc656f
7
- data.tar.gz: 69f554a1697925848abbbc4eb1ce08ca04f12897202f69ff9b668851199b7e2b905a105402a35b5db05423ba53dad16c63df522b37c26646c75bddfb152d1b2b
6
+ metadata.gz: 96cd98fec235d9016ea8a0a58a3b3aac740e8809c38fe3317a5c24344b557d33fafd5dcbd206119ad8f7f83823913f6eae10548d00f1846e62655b866106799c
7
+ data.tar.gz: 25a3c96cb79bc50b9d4de2ee28cdeaba27083510a889bd05c05329f92c58c32fd36f3f27c245928dea814aa08af29f85e49f243cd3c0c86633ab4fdf65a80e5a
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Code Climate](https://codeclimate.com/github/BookingSync/bookingsync_application/badges/gpa.svg)](https://codeclimate.com/github/BookingSync/bookingsync_application)
1
2
  [![Build Status](https://travis-ci.org/BookingSync/bookingsync_application.svg?branch=master)](https://travis-ci.org/BookingSync/bookingsync-engine)
2
3
 
3
4
  # BookingsyncApplication
@@ -1,4 +1,6 @@
1
1
  require "bookingsync"
2
+ require "synced"
3
+ require "dotenv"
2
4
  require "jsonapi-resources"
3
5
  require "bookingsync_application/engine"
4
6
 
@@ -1,3 +1,3 @@
1
1
  module BookingsyncApplication
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookingsync_application
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Nowicki
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-02-19 00:00:00.000000000 Z
13
+ date: 2015-02-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -96,6 +96,20 @@ dependencies:
96
96
  - - ">="
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
+ - !ruby/object:Gem::Dependency
100
+ name: dotenv-rails
101
+ requirement: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: '0'
106
+ type: :runtime
107
+ prerelease: false
108
+ version_requirements: !ruby/object:Gem::Requirement
109
+ requirements:
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: '0'
99
113
  - !ruby/object:Gem::Dependency
100
114
  name: sqlite3
101
115
  requirement: !ruby/object:Gem::Requirement