bitrix24_cloud_api 0.1.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.
@@ -0,0 +1,3 @@
1
+ module Bitrix24CloudApi
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,8 @@
1
+ require "bitrix24_cloud_api/base"
2
+ require "bitrix24_cloud_api/client"
3
+ require "bitrix24_cloud_api/crm"
4
+ require "bitrix24_cloud_api/version"
5
+
6
+ module Bitrix24CloudApi
7
+ # Your code goes here...
8
+ end
metadata ADDED
@@ -0,0 +1,151 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bitrix24_cloud_api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Viacheslav Gruzdov
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-06-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.12'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.12'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: oauth2
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.1'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.1'
69
+ - !ruby/object:Gem::Dependency
70
+ name: httparty
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 0.13.7
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 0.13.7
83
+ description: Bitrix24 REST API wrapper (for only cloud version)
84
+ email:
85
+ - lucky-@mail.ru
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - ".gitignore"
91
+ - ".idea/.name"
92
+ - ".idea/.rakeTasks"
93
+ - ".idea/bitrix24_cloud_api.iml"
94
+ - ".idea/misc.xml"
95
+ - ".idea/modules.xml"
96
+ - ".idea/vcs.xml"
97
+ - ".idea/workspace.xml"
98
+ - ".rspec"
99
+ - ".travis.yml"
100
+ - CODE_OF_CONDUCT.md
101
+ - Gemfile
102
+ - LICENSE.txt
103
+ - README.md
104
+ - Rakefile
105
+ - bin/console
106
+ - bin/setup
107
+ - bitrix24_cloud_api.gemspec
108
+ - lib/bitrix24_cloud_api.rb
109
+ - lib/bitrix24_cloud_api/CRM/activity.rb
110
+ - lib/bitrix24_cloud_api/CRM/additional_entities.rb
111
+ - lib/bitrix24_cloud_api/CRM/catalog.rb
112
+ - lib/bitrix24_cloud_api/CRM/company.rb
113
+ - lib/bitrix24_cloud_api/CRM/contact.rb
114
+ - lib/bitrix24_cloud_api/CRM/currency.rb
115
+ - lib/bitrix24_cloud_api/CRM/deal.rb
116
+ - lib/bitrix24_cloud_api/CRM/invoice.rb
117
+ - lib/bitrix24_cloud_api/CRM/invoice_status.rb
118
+ - lib/bitrix24_cloud_api/CRM/lead.rb
119
+ - lib/bitrix24_cloud_api/CRM/product.rb
120
+ - lib/bitrix24_cloud_api/CRM/product_section.rb
121
+ - lib/bitrix24_cloud_api/CRM/quote.rb
122
+ - lib/bitrix24_cloud_api/base.rb
123
+ - lib/bitrix24_cloud_api/client.rb
124
+ - lib/bitrix24_cloud_api/crm.rb
125
+ - lib/bitrix24_cloud_api/version.rb
126
+ homepage: https://github.com/nononoy/bitrix24_cloud_api
127
+ licenses:
128
+ - MIT
129
+ metadata: {}
130
+ post_install_message:
131
+ rdoc_options: []
132
+ require_paths:
133
+ - lib
134
+ required_ruby_version: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
139
+ required_rubygems_version: !ruby/object:Gem::Requirement
140
+ requirements:
141
+ - - ">="
142
+ - !ruby/object:Gem::Version
143
+ version: '0'
144
+ requirements: []
145
+ rubyforge_project:
146
+ rubygems_version: 2.5.1
147
+ signing_key:
148
+ specification_version: 4
149
+ summary: Bitrix24 REST API on Ruby
150
+ test_files: []
151
+ has_rdoc: