assently 1.0.0.beta1 → 1.0.0

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: 933080f44f336e051125aa02137fbb9ce032f19b
4
- data.tar.gz: 4ba7f86ccd3e8466e4926c10fa394f078f9cce25
3
+ metadata.gz: 2dfe9ef608a7d4b21fefc72daf6e6bcbac12c324
4
+ data.tar.gz: 933d4e2be8bd8dfc8fdf82e17c0277ce2d288110
5
5
  SHA512:
6
- metadata.gz: 3862f68bb0b1756e8bfc6934dc0d8a7e07d4a7593dbd1551a42899489b80a444e644bc811d35080fe13613e62585276ba4c1b07b0763a6e9106b294f66ddf0aa
7
- data.tar.gz: f8e1f8e5d1ef32f5bf33c8ab6852f2131bfcecbfadf445f319e8140db471f9ef3e28f1ff3906cd5a0bd57f9826580b1e683838aed1e199a1340a74abd9312a80
6
+ metadata.gz: ec3268fb2c1f49d750a79b6e1d3aa796ec48255b8be21f5eb999cf935a27044ecfba8b9661bc9b1d324d7d2ff909ab2428f957a4d0993a4d73919ebb558b820d
7
+ data.tar.gz: 01abcc51f769c4fced4cbe3d264f9091187deae82a6821ec1c2bf5b81e82664e97fb6d2aaa3ef43a4ced399e2dac3bd147f7ebba4845f7333ec5fa9fcccd40bf
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
- [![Build Status](https://travis-ci.org/Oktavilla/egree-ruby.svg?branch=master)](https://travis-ci.org/Oktavilla/egree-ruby)
2
- [![Code Climate](https://codeclimate.com/github/Oktavilla/egree-ruby/badges/gpa.svg)](https://codeclimate.com/github/Oktavilla/egree-ruby)
3
- [![Test Coverage](https://codeclimate.com/github/Oktavilla/egree-ruby/badges/coverage.svg)](https://codeclimate.com/github/Oktavilla/egree-ruby)
4
- [![Gem Version](https://badge.fury.io/rb/egree.svg)](http://badge.fury.io/rb/egree)
1
+ [![Build Status](https://travis-ci.org/Oktavilla/assently-ruby.svg?branch=master)](https://travis-ci.org/Oktavilla/assently-ruby)
2
+ [![Code Climate](https://codeclimate.com/github/Oktavilla/assently-ruby/badges/gpa.svg)](https://codeclimate.com/github/Oktavilla/assently-ruby)
3
+ [![Test Coverage](https://codeclimate.com/github/Oktavilla/assently-ruby/badges/coverage.svg)](https://codeclimate.com/github/Oktavilla/assently-ruby)
4
+ [![Gem Version](https://badge.fury.io/rb/assently.svg)](http://badge.fury.io/rb/assently)
5
5
 
6
6
  # Assently API Client
7
7
 
data/assently.gemspec CHANGED
@@ -6,10 +6,10 @@ require 'assently/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "assently"
8
8
  spec.version = Assently::VERSION
9
- spec.authors = ["Joel Junström"]
10
- spec.email = ["joel.junstrom@oktavilla.se"]
9
+ spec.authors = ["Joel Junström", "Arvid Andersson"]
10
+ spec.email = ["joel@oktavilla.se", "arvid@oktavilla.se"]
11
11
  spec.summary = %q{Client for the Assently APIv2}
12
- spec.homepage = "https://github.com/Oktavilla/egree-ruby"
12
+ spec.homepage = "https://github.com/Oktavilla/assently-ruby"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.required_ruby_version = "~> 2.0"
@@ -1,3 +1,3 @@
1
1
  module Assently
2
- VERSION = "1.0.0.beta1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Junström
8
+ - Arvid Andersson
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -124,7 +125,8 @@ dependencies:
124
125
  version: '1.0'
125
126
  description:
126
127
  email:
127
- - joel.junstrom@oktavilla.se
128
+ - joel@oktavilla.se
129
+ - arvid@oktavilla.se
128
130
  executables: []
129
131
  extensions: []
130
132
  extra_rdoc_files: []
@@ -176,7 +178,7 @@ files:
176
178
  - spec/fixtures/cassettes/Assently_Client/_get_case/case_exists.yml
177
179
  - spec/fixtures/cassettes/Assently_Client/_get_case/case_missing.yml
178
180
  - spec/spec_helper.rb
179
- homepage: https://github.com/Oktavilla/egree-ruby
181
+ homepage: https://github.com/Oktavilla/assently-ruby
180
182
  licenses:
181
183
  - MIT
182
184
  metadata: {}
@@ -191,9 +193,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
191
193
  version: '2.0'
192
194
  required_rubygems_version: !ruby/object:Gem::Requirement
193
195
  requirements:
194
- - - ">"
196
+ - - ">="
195
197
  - !ruby/object:Gem::Version
196
- version: 1.3.1
198
+ version: '0'
197
199
  requirements: []
198
200
  rubyforge_project:
199
201
  rubygems_version: 2.6.8