study_line 0.1.4 → 0.1.5

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: 728332be49d57c6226af19dc1df9fb88912b29e5b68712e809d2ac4d9ffd2033
4
- data.tar.gz: 86af8ab080876ac7dcd7d5930ec2f0452e77cce6eb8965a09a9813bdac3f606e
3
+ metadata.gz: 18db7da1d88eed757fce205fd83ae903832242a25b7c9095c715bec2d37ae59b
4
+ data.tar.gz: 935c9db89e923a83e2638b6064d4110bac21a8d3d03e2c1eac39dca4333d7b07
5
5
  SHA512:
6
- metadata.gz: c37b75f1badeb10885b3ceffa8e75ace5a0b1d9ecec5d61308ee575e469b3ddda4074d34c82592aab7080b734721c4faec6c33138e7507940e8963d48eef3019
7
- data.tar.gz: 1bdc73053e0a38ace17b1f93a6cc03aeac3574918bcd3d1d7ca42acf02a320590f13def6e105ac829a51e8b90cfc8464869f3a0170542280ddf078cca6d09c46
6
+ metadata.gz: b7d5b16dce1e139a76bac412729e0f95fe450da1101f70bd1734274cd2270d7239977acc8bdf1c7e2e7b28a7bb387b50f9f7d2b9b7a04de946a0e0d343bf1682
7
+ data.tar.gz: aab679e516fc62152fb6e7221ab9bfd01febbf9c2fcb6894e9547a9a977e5b85c1f2ae1411f314d02dd9609eea7fe4dd18c52dd20b16b1229e6f2360a867e1c1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StudyLine
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - kentaro0215