aastra_xml_api 1.0.1 → 1.1.0

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
  SHA1:
3
- metadata.gz: 55581e915fa9f7488d01c00c2e7c5c905a9e3571
4
- data.tar.gz: 141e8a8e320e51387d4d3db2fcea9fe0333fbf04
3
+ metadata.gz: 33cb819b15f869ca241685ad003192e6f6984efc
4
+ data.tar.gz: 2ecfe96ca4b3c8aade8baa07a97a07731cd92f1a
5
5
  SHA512:
6
- metadata.gz: 893884155ef0485bd46524f21a3ad083d4365dc0462d2e0768ab14106b5a52695a92cf059e8b6794bbddd06075bd204bc4ca7c29d4a951b45bd32a61f9c22f4c
7
- data.tar.gz: 1e6ef1f6a11bb40a59efac744ce156b1ed9b187481406600b7367550ef42ae2176893c59d38d87b83bcc8c4750232cc02de873bf4af8e276093859b487d5e1de
6
+ metadata.gz: 9723d1453bd372ddcacaf74c62ad05531eb4d90673f4922dc7f57accb233b72e9553ec6a376b20d22c10230ebe2beba92f39f77c653e0623e8775cbe5e539ef2
7
+ data.tar.gz: db68aea454f39f4afd3ea5fc7e25282b81849c898958ad46fa34ae887243f443feeb54ee6cc5db709eec032eac87b8d99548dbca846cb1a40e504cf08b101c80
data/README.md CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
22
22
 
23
23
  require 'aastra_xml_api'
24
24
 
25
- AastraIPPhone.new ...
25
+ AastraXmlApi::Phone.new...
26
26
 
27
27
  ## Contributing
28
28
 
@@ -1,7 +1,9 @@
1
1
  require 'cgi'
2
2
 
3
- (Dir['lib/aastra_xml_api/*'] - ['lib/aastra_xml_api/phone_gd_image.rb']).sort.each do |path|
4
- name = File.split(path)[1][0..-4]
3
+ %w(version array_extensions phone phone_configuration phone_configuration_entry phone_directory phone_directory_entry
4
+ phone_execute phone_execute_entry phone_formatted_text_screen phone_formatted_text_screen_entry phone_icon_entry
5
+ phone_image_menu phone_image_menu_entry phone_image_screen phone_input_screen phone_input_screen_entry
6
+ phone_softkey_entry phone_status phone_status_entry phone_text_menu phone_text_menu_entry phone_text_screen).each do |name|
5
7
  require "aastra_xml_api/#{name}"
6
8
  end
7
9
 
@@ -1,3 +1,3 @@
1
1
  module AastraXmlApi
2
- VERSION = "1.0.1"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aastra_xml_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emery A. Miller