ruby-redtail 0.3.7 → 0.3.8

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTMyNDk1MWFlYWE1Yzg4ZjAwZDMzMjE2MzFmNDRmNDQ4YThhMTdmNw==
4
+ NTA4MjEzYTlhMzg5MGMwZjNiM2UyODA3OTVlNjBlNGRiZjQzNGNlZQ==
5
5
  data.tar.gz: !binary |-
6
- ZTU0NDRjOTA4MGE5NGJhNWExZTEyOThlOGZhZWQ2MWIzYTU3NDM4Zg==
6
+ OGRiMjNhYTYyY2MzNjUwZmVkNmRmZWM1MjIxYmZhOWQxNzdkM2E3ZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NWU2MWE5ZGE1OGQwMjRmMTE0NDdjZTU1ZmVmZDFjMDQ5OWQ0ZWE2Njk3OTYw
10
- NjI5NGM3MDI3ZGUwYzU5YWU2Nzk3OTg5ZDAwMDY2NGIxYzFhNDg0ZjU0NzQ0
11
- NDNlYjYyMGZjNmFhMTA2OWRiZjY5OTVlYjMwNzY2YzQzZTg4MmI=
9
+ NjAzZmNjNzVhZmNmYmNhMjAwOWY1MTZmOWE1YTY3Mjg4MTc0MWZlMWYzMDBh
10
+ ZmJlNjlhZDczNjJmOGQ4NDFkMWEyZGUyNzMxYWRlNjUzODdmMTQ0ZDMyMDhj
11
+ OTJjMjRlMzBmN2M0NWNhYmRlOTE1NDM2ODNmZDE0NjI3OTBhN2U=
12
12
  data.tar.gz: !binary |-
13
- NTUzZmYzZDUxYWE2Mjg0NzAxODkzMjRjY2I3YWRhMjdmNGYxYjJiMmY4OTcw
14
- MThlMmZiY2NhOGE4NWI0OWE3YjMyYmYxM2U4YzFjNWZmM2YxNWIzNGRlNGZl
15
- M2E2OTdiZWVhM2RmYWU1NTc3OTM0Y2U5YTliZWZmZmNmYTczNTg=
13
+ Y2ExNjNjODU3YWI5NDdjMzc3NDFkZDk0MDJiNzM4ZGUwYWRlZTNmZjRjOGFm
14
+ ZmVmMzRjNWZmZjUyMzhiNWZlYTZjOGQzMjJjYzM2NTExMTIyODM4YzZhZmFj
15
+ NWYzYWRiNjVjMjViNzMzNTBjYmQ3ZTc0ODFlMjUxMjFmOGI4NzM=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.7
1
+ 0.3.8
@@ -149,7 +149,7 @@ module RubyRedtail
149
149
 
150
150
  def build_tag_groups_array tag_group_hashes
151
151
  if tag_group_hashes
152
- tag_group_hashes.collect { |tag_group_hash| self.build_tag_group tag_group_hash }
152
+ tag_group_hashes.collect { |tag_group_hash| build_tag_group tag_group_hash }
153
153
  else
154
154
  raise RubyRedtail::AuthenticationError
155
155
  end
@@ -31,7 +31,7 @@ module RubyRedtail
31
31
 
32
32
  def build_contacts_array contact_hashes
33
33
  if contact_hashes
34
- contact_hashes.collect { |contact_hash| self.build_contact contact_hash }
34
+ contact_hashes.collect { |contact_hash| build_contact contact_hash }
35
35
  else
36
36
  raise RubyRedtail::AuthenticationError
37
37
  end
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: ruby-redtail 0.3.7 ruby lib
5
+ # stub: ruby-redtail 0.3.8 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "ruby-redtail"
9
- s.version = "0.3.7"
9
+ s.version = "0.3.8"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Nathan Colgate"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-redtail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Colgate