Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
edited gem version, updated chengelog and corrected .env_sample googl…
Browse files Browse the repository at this point in the history
…e analytics id format
  • Loading branch information
JesusGautamah committed Jan 21, 2023
1 parent 6b79c2a commit e48f9b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env_sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONTRACTS_LIMIT=2
SIGNATURES_LIMIT=5
REDIS_URL=redis://redis:6379
ENV_MACHINE=docker
GOOGLE_ANALYTICS_ID=UA-XXXXXXXX-X
GOOGLE_ANALYTICS_ID=G-XXXXXXXXXX
FIRESTORE_PROJECT_ID=YOUR_FIRESTORE_PROJECT_ID
FIRESTORE_KEY_FILE=YOUR_FIRESTORE_KEY_FILE
FIRESTORE_KEY_FILE_PATH=YOUR_FIRESTORE_KEY_FILE_PATH
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@
### Added
- Edited gemspec
- Edited README.md
## [0.2.0]
### Added
- Defined development plan, corrected enviroments
- Added Domain with SSL to demonstration enviroments
- Edited README.md documentation
- Added tracking to Google Analytics
- Added Google Cloud Firestore gem to gemfile
- Added .env to gitignore and created .env_sample file
2 changes: 1 addition & 1 deletion lib/osbc/osbc.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Osbc
VERSION = "0.1.9"
VERSION = "0.2.0"
class Osbc
end

Expand Down

0 comments on commit e48f9b5

Please sign in to comment.