Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rails_dingtalk
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
other
rails_dingtalk
Commits
6d0d1f1d
Commit
6d0d1f1d
authored
Sep 18, 2021
by
mingyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dingtalk
parent
5378b5ba
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
11 deletions
+15
-11
Gemfile.lock
Gemfile.lock
+7
-4
new_app.rb
app/models/app/dingtalk/new_app.rb
+1
-1
normal_app.rb
app/models/app/dingtalk/normal_app.rb
+1
-1
saas_app.rb
app/models/app/dingtalk/saas_app.rb
+1
-1
new_app.rb
app/models/dingtalk/model/app/new_app.rb
+1
-1
dummy
test/dummy
+1
-1
rails_dingtalk_test.rb
test/rails_dingtalk_test.rb
+3
-2
No files found.
Gemfile.lock
View file @
6d0d1f1d
...
...
@@ -7,7 +7,7 @@ GIT
GIT
remote: https://github.com/work-design/rails_com.git
revision:
953ef46899c750d41ea6e09aba71c9376363e1ce
revision:
2648f2003f88d86ff730d9e478ea4d1e63355280
specs:
rails_com (1.2.9)
acme-client
...
...
@@ -30,10 +30,10 @@ GIT
GIT
remote: https://github.com/work-design/rails_extend.git
revision:
ef2aa3492d3d214a8d60cb6322c39d2e568adb7
4
revision:
ada7e86e1319e0181221e021e97668075a3910a
4
specs:
rails_extend (1.0.0)
rails (>=
6
.0)
rails (>=
5
.0)
PATH
remote: .
...
...
@@ -176,12 +176,14 @@ GEM
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest-hooks (1.5.0)
minitest (> 5.3)
multipart-post (2.1.1)
nio4r (2.5.8)
nokogiri (1.12.4-x86_64-linux)
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
pg (1.2.3)
puma (5.4.0)
...
...
@@ -249,6 +251,7 @@ GEM
zeitwerk (2.4.2)
PLATFORMS
ruby
x86_64-darwin
x86_64-darwin-20
x86_64-linux
...
...
app/models/app/dingtalk/new_app.rb
View file @
6d0d1f1d
module
Dingtalk
class
NewApp
<
App
include
Model
::
App
::
NewApp
include
Dingtalk
::
Model
::
App
::
NewApp
end
end
app/models/app/dingtalk/normal_app.rb
View file @
6d0d1f1d
module
Dingtalk
class
NormalApp
<
App
include
Model
::
App
::
NormalApp
include
Dingtalk
::
Model
::
App
::
NormalApp
end
end
app/models/app/dingtalk/saas_app.rb
View file @
6d0d1f1d
module
Dingtalk
class
SaasApp
<
App
include
Model
::
App
::
SaasApp
include
Dingtalk
::
Model
::
App
::
SaasApp
end
end
app/models/dingtalk/model/app/new_app.rb
View file @
6d0d1f1d
module
Dingtalk
module
Model::App::NewApp
extend
ActiveSupport
::
Extend
extend
ActiveSupport
::
Concern
included
do
attribute
:base_url
,
:string
,
default:
'https://api.dingtalk.com'
...
...
dummy
@
2b3deeeb
Subproject commit
cdb9e21f88f14e12235aa2f3221dd61ba3f7a2bc
Subproject commit
2b3deeebfb0873934280a181a8a4a373bc0ce4e3
test/rails_dingtalk_test.rb
View file @
6d0d1f1d
require
"test_helper"
require
'test_helper'
class
RailsDingtalkTest
<
ActiveSupport
::
TestCase
test
"it has a version number"
do
assert
RailsDingtalk
::
VERSION
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment