easyqa_api 0.0.1 → 0.0.2

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: 40d475fc995b73f6efffc0a06703c5778a9a7b30
4
- data.tar.gz: e010dff133304a8c252dd2566e591f83f60cfe73
3
+ metadata.gz: 0371eb9f0345eb50e8f5b65420cbc1dbd57b6b3f
4
+ data.tar.gz: 4569839ea9c35f3bed033f1eadc18f7cd77751d0
5
5
  SHA512:
6
- metadata.gz: 96530f808571c49685b0ef76806b3a37b319ea41279f899549cd2419df9c888ea5d3e924dfdfacfd4d2caac698a99fd4735439765c7558c1ea99e85b9bd250b7
7
- data.tar.gz: 94ab8c7dcf4c8eb68771e187dfa65849fb23c0a214365a85efcbde15067868438c18610705023bb6d3e7ff817ae60b72592478245ece14c55512d408acc17a4c
6
+ metadata.gz: cc38d44ee7a6bb4d2a2130bf336dd4efc6bdf0a0aca22540b2a2d068470dc65ddbb49c0ecac8465f629ade6efd70be321e4c4a1d1304f708c6777e6cd9441c80
7
+ data.tar.gz: 3a020b5d1e5b7018b95dd1758daa6b7fb869ae568510581758052e040c01b9b7b0e9bf0e4fee0c7c9eb9f271d6c60301a486c214d5f32aedd6a12727dff7eb6a
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # EasyqaApi
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/easyqa_api`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ The simple gem for EasyQA Api.
6
4
 
7
5
  ## Installation
8
6
 
@@ -32,5 +30,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
30
 
33
31
  ## Contributing
34
32
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/easyqa_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/thinkmobiles/easyqa_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
34
 
@@ -3,7 +3,7 @@
3
3
  require 'bundler/setup'
4
4
  require 'pry'
5
5
  require 'easyqa_api'
6
-
6
+ EasyqaApi::Configuration.url = 'http://localhost:3000/'
7
7
  # You can add fixtures and/or initialization code here to make experimenting
8
8
  # with your gem easier. You can also use a different console, if you like.
9
9
 
@@ -8,7 +8,7 @@ module EasyqaApi
8
8
  end
9
9
  end
10
10
 
11
- @url = 'http://localhost:3000/'
11
+ @url = 'https://app.geteasyqa.com/'
12
12
  @api_version = 1
13
13
  end
14
14
 
@@ -1,3 +1,3 @@
1
1
  module EasyqaApi
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easyqa_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thinkmobiles