study_line 0.1.3 → 0.1.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: bdb286edcdf6581e73a9ad0791c1d8a27fca1a16764dfaf22e3c542805617a04
4
- data.tar.gz: fe705e732bb30c01748d8b5eeafbb588dec7566555a6f7884b8e44877baf2aca
3
+ metadata.gz: 728332be49d57c6226af19dc1df9fb88912b29e5b68712e809d2ac4d9ffd2033
4
+ data.tar.gz: 86af8ab080876ac7dcd7d5930ec2f0452e77cce6eb8965a09a9813bdac3f606e
5
5
  SHA512:
6
- metadata.gz: 9be5cdda5caf09d88aafd653ce9763e94eddf944fceeaa43ea1097b19365e1cb0693124a741775f8fdfc7ab0088296519c815f4738e9869c5366073c005cb8fb
7
- data.tar.gz: 434149382191cd8e36ca80e3c4453c488e44de421990adfd856478692994c97da6963558f69f0dfaf661c7f791156c112d10ce17dcfbd0b78913aa3b81e1aae9
6
+ metadata.gz: c37b75f1badeb10885b3ceffa8e75ace5a0b1d9ecec5d61308ee575e469b3ddda4074d34c82592aab7080b734721c4faec6c33138e7507940e8963d48eef3019
7
+ data.tar.gz: 1bdc73053e0a38ace17b1f93a6cc03aeac3574918bcd3d1d7ca42acf02a320590f13def6e105ac829a51e8b90cfc8464869f3a0170542280ddf078cca6d09c46
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StudyLine
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
data/lib/study_line.rb CHANGED
@@ -7,8 +7,8 @@ module StudyLine
7
7
  class CLI < Thor
8
8
  class Sender
9
9
  include HTTParty
10
- BASE_URI = 'https://studyline-cc21ae1829fc.herokuapp.com/dashboard/'
11
- # BASE_URI = 'http://localhost:3000/dashboard'
10
+ # BASE_URI = 'https://studyline-cc21ae1829fc.herokuapp.com/dashboard/'
11
+ BASE_URI = 'http://localhost:3000/dashboard'
12
12
  end
13
13
  desc "start", "Record the start time of study"
14
14
  method_option :tag, aliases: "-t", desc: "Tag for the study session"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: study_line
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - kentaro0215