dingtalk-cli 0.0.5 → 0.0.6

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +147 -6
  3. data/lib/DingTalk/version.rb +1 -1
  4. metadata +1 -3
  5. data/bin/setup +0 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5eab72d44d55887f781aaccd646093a9ca516a0e152b1a2f535356ed9aa8d76
4
- data.tar.gz: 44cb615777eff20ad6aaef1df054da81d1202e709f15ba49125dfd5aac9051cb
3
+ metadata.gz: 17d2d43e75a06493a7eb51e56e540cc73c6db31ddd2b4cdee60677b15fdec0c1
4
+ data.tar.gz: 98f136d8f3f729059bffa2022eaeafdacad45b9e5317427787e1665478419a3e
5
5
  SHA512:
6
- metadata.gz: eada82156e8d92319abc0e25e50732205ea3f98bc650ef69cea39d88e9c42dc3c44fa55e25b0f792759daf642df11534a6624482ef95afaae24fd1fce2db9cf6
7
- data.tar.gz: 9a9f247e83365b6b992404e299a819ed3415f36354216b5f73c3eec3051a618830ff14a4a95537dcb5145d5a85c752fffab9979500aa253d41686d4ab54e96bd
6
+ metadata.gz: 10502a20afd65b6738bc1e6550c0051d69c0e521b277c68114e6331cad796fcd443f56b67edafe2210377f05e3cbf9b60b08c35a273b655d70528f5c2cf8de8b
7
+ data.tar.gz: 867fdf91173294c773fd6e6a15b6931ad671749b1548b6cdde4ee64bb651b51cac7dd6a3a87a5bae6b46320367fd2499bc3c0a460f0d95d2354895eaaa9706cf
data/.gitignore CHANGED
@@ -1,11 +1,152 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
1
+
2
+ # Created by https://www.gitignore.io/api/ruby,rubymine
3
+ # Edit at https://www.gitignore.io/?templates=ruby,rubymine
4
+
5
+ ### Ruby ###
6
+ *.gem
7
+ *.rbc
8
+ /.config
4
9
  /coverage/
5
- /doc/
10
+ /InstalledFiles
6
11
  /pkg/
7
12
  /spec/reports/
13
+ /spec/examples.txt
14
+ /test/tmp/
15
+ /test/version_tmp/
8
16
  /tmp/
9
17
 
10
- # rspec failure tracking
11
- .rspec_status
18
+ # Used by dotenv library to load environment variables.
19
+ # .env
20
+
21
+ # Ignore Byebug command history file.
22
+ .byebug_history
23
+
24
+ ## Specific to RubyMotion:
25
+ .dat*
26
+ .repl_history
27
+ build/
28
+ *.bridgesupport
29
+ build-iPhoneOS/
30
+ build-iPhoneSimulator/
31
+
32
+ ## Specific to RubyMotion (use of CocoaPods):
33
+ #
34
+ # We recommend against adding the Pods directory to your .gitignore. However
35
+ # you should judge for yourself, the pros and cons are mentioned at:
36
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
37
+ # vendor/Pods/
38
+
39
+ ## Documentation cache and generated files:
40
+ /.yardoc/
41
+ /_yardoc/
42
+ /doc/
43
+ /rdoc/
44
+
45
+ ## Environment normalization:
46
+ /.bundle/
47
+ /vendor/bundle
48
+ /lib/bundler/man/
49
+
50
+ # for a library or gem, you might want to ignore these files since the code is
51
+ # intended to run in multiple environments; otherwise, check them in:
52
+ # Gemfile.lock
53
+ # .ruby-version
54
+ # .ruby-gemset
55
+
56
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
57
+ .rvmrc
58
+
59
+ ### Ruby Patch ###
60
+ # Used by RuboCop. Remote config files pulled in from inherit_from directive.
61
+ # .rubocop-https?--*
62
+
63
+ ### RubyMine ###
64
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
65
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
66
+
67
+ # User-specific stuff
68
+ .idea/**/workspace.xml
69
+ .idea/**/tasks.xml
70
+ .idea/**/usage.statistics.xml
71
+ .idea/**/dictionaries
72
+ .idea/**/shelf
73
+
74
+ # Generated files
75
+ .idea/**/contentModel.xml
76
+
77
+ # Sensitive or high-churn files
78
+ .idea/**/dataSources/
79
+ .idea/**/dataSources.ids
80
+ .idea/**/dataSources.local.xml
81
+ .idea/**/sqlDataSources.xml
82
+ .idea/**/dynamic.xml
83
+ .idea/**/uiDesigner.xml
84
+ .idea/**/dbnavigator.xml
85
+
86
+ # Gradle
87
+ .idea/**/gradle.xml
88
+ .idea/**/libraries
89
+
90
+ # Gradle and Maven with auto-import
91
+ # When using Gradle or Maven with auto-import, you should exclude module files,
92
+ # since they will be recreated, and may cause churn. Uncomment if using
93
+ # auto-import.
94
+ # .idea/modules.xml
95
+ # .idea/*.iml
96
+ # .idea/modules
97
+ # *.iml
98
+ # *.ipr
99
+
100
+ # CMake
101
+ cmake-build-*/
102
+
103
+ # Mongo Explorer plugin
104
+ .idea/**/mongoSettings.xml
105
+
106
+ # File-based project format
107
+ *.iws
108
+
109
+ # IntelliJ
110
+ out/
111
+
112
+ # mpeltonen/sbt-idea plugin
113
+ .idea_modules/
114
+
115
+ # JIRA plugin
116
+ atlassian-ide-plugin.xml
117
+
118
+ # Cursive Clojure plugin
119
+ .idea/replstate.xml
120
+
121
+ # Crashlytics plugin (for Android Studio and IntelliJ)
122
+ com_crashlytics_export_strings.xml
123
+ crashlytics.properties
124
+ crashlytics-build.properties
125
+ fabric.properties
126
+
127
+ # Editor-based Rest Client
128
+ .idea/httpRequests
129
+
130
+ # Android studio 3.1+ serialized cache file
131
+ .idea/caches/build_file_checksums.ser
132
+
133
+ ### RubyMine Patch ###
134
+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
135
+
136
+ # *.iml
137
+ # modules.xml
138
+ # .idea/misc.xml
139
+ # *.ipr
140
+
141
+ # Sonarlint plugin
142
+ .idea/**/sonarlint/
143
+
144
+ # SonarQube Plugin
145
+ .idea/**/sonarIssues.xml
146
+
147
+ # Markdown Navigator plugin
148
+ .idea/**/markdown-navigator.xml
149
+ .idea/**/markdown-navigator/
150
+
151
+ # End of https://www.gitignore.io/api/ruby,rubymine
152
+ n
@@ -1,3 +1,3 @@
1
1
  module DingTalk
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dingtalk-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - 大龙侠
@@ -16,7 +16,6 @@ email:
16
16
  executables:
17
17
  - dingtalk
18
18
  - dt
19
- - setup
20
19
  extensions: []
21
20
  extra_rdoc_files: []
22
21
  files:
@@ -32,7 +31,6 @@ files:
32
31
  - Rakefile
33
32
  - bin/dingtalk
34
33
  - bin/dt
35
- - bin/setup
36
34
  - dingtalk-cli.gemspec
37
35
  - lib/DingTalk.rb
38
36
  - lib/DingTalk/command.rb
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here