acw 0.1.0 → 0.1.1

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: 3fe596f7097c6a3355323c283784d3b2103314fee7084c87c83f21ea99976ddc
4
- data.tar.gz: 0c0a32b7357d07c05814285bd69619a4492618eb7fd2634e0a18f9a76d8d243e
3
+ metadata.gz: 4f2ee9e81e82ddb38146867d27dd8f5536e17bb50811c6955fa8f2b0da4eae1d
4
+ data.tar.gz: 1c040990f3a83a6cfc2d63cf122e7d0a64880768b3d058a77b0c6bf7261ee05e
5
5
  SHA512:
6
- metadata.gz: 66457311e161a8a3256bf3c55948ad5fc531883309ba07e438c1139fe929306b1d7e72bed58066614fc993813930a1a3469b11b6b4be6a51098b3e01e1c3e926
7
- data.tar.gz: 0f705d80498efc7e37c463874710e8d20d6c753150afda75a36e9de87e3e6cb4f2d0ce47a4aff8549d08f75465151df493ce914a3bf1cc8c47c2422862baea26
6
+ metadata.gz: 5fb18e9a0db08a17d4df577bc713e60e02bd39892d817f75a22c8256eca3bf2f2046fdb0d5a5854b9e0271c713d8957441ee8ce0441435369ee60db68af5bbc0
7
+ data.tar.gz: 67279b26b380b148a5ca59a4cd4cb223defcef51c41da0d838077a61b512aa93aed51460d2bab148283d0a50227c14a9beed9f794c076f19261063f0a842b30a
@@ -0,0 +1,22 @@
1
+ name: CI
2
+
3
+ on: [push, pull_request]
4
+
5
+ jobs:
6
+ build:
7
+ runs-on: ubuntu-16.04
8
+ strategy:
9
+ matrix:
10
+ ruby: [ '2.5', '2.6' ]
11
+ name: Ruby ${{ matrix.ruby }} sample
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - uses: actions/setup-ruby@v1
15
+ with:
16
+ ruby-version: ${{ matrix.ruby }}
17
+ - name: Install and run
18
+ run: |
19
+ sudo apt-get -yqq install libpq-dev
20
+ gem install bundler
21
+ bundle install
22
+ bundle exec rspec .
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- acw (0.1.0)
4
+ acw (0.1.1)
5
5
  faraday (>= 1.0, < 3.0)
6
6
 
7
7
  GEM
@@ -16,8 +16,8 @@ Gem::Specification.new do |spec|
16
16
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
17
17
 
18
18
  spec.metadata["homepage_uri"] = spec.homepage
19
- spec.metadata["source_code_uri"] = "https://github.com/anchietajunior.com/acw"
20
- spec.metadata["changelog_uri"] = "https://github.com/anchietajunior.com/acw"
19
+ spec.metadata["source_code_uri"] = "https://github.com/anchietajunior/acw"
20
+ spec.metadata["changelog_uri"] = "https://github.com/anchietajunior/acw"
21
21
 
22
22
  # Specify which files should be added to the gem when it is released.
23
23
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
data/lib/acw.rb CHANGED
@@ -3,12 +3,4 @@ require "acw/client"
3
3
 
4
4
  module Acw
5
5
  module_function
6
-
7
- def self.hi
8
- p "Hi"
9
- end
10
-
11
- def self.client
12
- p "hello"
13
- end
14
6
  end
@@ -1,3 +1,3 @@
1
1
  module Acw
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acw
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
  - Anchieta Júnior
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-02 00:00:00.000000000 Z
11
+ date: 2020-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -107,6 +107,7 @@ executables: []
107
107
  extensions: []
108
108
  extra_rdoc_files: []
109
109
  files:
110
+ - ".github/workflows/ci.yml"
110
111
  - ".gitignore"
111
112
  - ".rspec"
112
113
  - ".travis.yml"
@@ -127,8 +128,8 @@ licenses:
127
128
  metadata:
128
129
  allowed_push_host: https://rubygems.org
129
130
  homepage_uri: https://github.com/anchietajunior.com/acw
130
- source_code_uri: https://github.com/anchietajunior.com/acw
131
- changelog_uri: https://github.com/anchietajunior.com/acw
131
+ source_code_uri: https://github.com/anchietajunior/acw
132
+ changelog_uri: https://github.com/anchietajunior/acw
132
133
  post_install_message:
133
134
  rdoc_options: []
134
135
  require_paths: