naver_map 0.2.3 → 0.2.4
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 +4 -4
- data/.gitignore +7 -23
- data/CHANGELOG.md +2 -0
- data/lib/naver_map/version.rb +1 -1
- metadata +3 -7
- data/.idea/encodings.xml +0 -6
- data/.idea/misc.xml +0 -14
- data/.idea/modules.xml +0 -8
- data/Gemfile.lock +0 -38
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9b71dc44e0931f69c19d880af8e6634688c66e4
|
4
|
+
data.tar.gz: f2fb984a4bd4d1b5d6016aa1fcc54749cf676978
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9cc19867e6ca44075164c6d6564ea53fddbc929b4cf6ba26039f66fea6047493b210937408c2cd3f760757524e5ef3e94590f0d8e324246b13a2964f80dcfb6
|
7
|
+
data.tar.gz: a8297fdb04811c6e6e5000fe70739a4839a019d7e1ebf31184bd63d80e4f13e61a6ab5a5c6f2e2bf8e67a75a2b8dfb18c6333b8be9ce68f08463b468da370055
|
data/.gitignore
CHANGED
@@ -15,6 +15,11 @@
|
|
15
15
|
# Used by dotenv library to load environment variables.
|
16
16
|
# .env
|
17
17
|
|
18
|
+
## Exclude Gemfile.lock
|
19
|
+
# http://stackoverflow.com/questions/4151495/should-gemfile-lock-be-included-in-gitignore
|
20
|
+
|
21
|
+
Gemfile.lock
|
22
|
+
|
18
23
|
## Specific to RubyMotion:
|
19
24
|
.dat*
|
20
25
|
.repl_history
|
@@ -54,29 +59,7 @@ build-iPhoneSimulator/
|
|
54
59
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
55
60
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
56
61
|
|
57
|
-
|
58
|
-
.idea/naver_map.iml
|
59
|
-
.idea/workspace.xml
|
60
|
-
.idea/tasks.xml
|
61
|
-
.idea/dictionaries
|
62
|
-
.idea/vcs.xml
|
63
|
-
.idea/jsLibraryMappings.xml
|
64
|
-
.idea/.rakeTasks
|
65
|
-
|
66
|
-
# Sensitive or high-churn files:
|
67
|
-
.idea/dataSources.ids
|
68
|
-
.idea/dataSources.xml
|
69
|
-
.idea/dataSources.local.xml
|
70
|
-
.idea/sqlDataSources.xml
|
71
|
-
.idea/dynamic.xml
|
72
|
-
.idea/uiDesigner.xml
|
73
|
-
|
74
|
-
# Gradle:
|
75
|
-
.idea/gradle.xml
|
76
|
-
.idea/libraries
|
77
|
-
|
78
|
-
# Mongo Explorer plugin:
|
79
|
-
.idea/mongoSettings.xml
|
62
|
+
.idea
|
80
63
|
|
81
64
|
## File-based project format:
|
82
65
|
*.iws
|
@@ -98,6 +81,7 @@ crashlytics.properties
|
|
98
81
|
crashlytics-build.properties
|
99
82
|
fabric.properties
|
100
83
|
|
84
|
+
# Source tree icon
|
101
85
|
icon.png
|
102
86
|
|
103
87
|
# ctags
|
data/CHANGELOG.md
CHANGED
data/lib/naver_map/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: naver_map
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Penguin
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -93,14 +93,10 @@ extensions: []
|
|
93
93
|
extra_rdoc_files: []
|
94
94
|
files:
|
95
95
|
- ".gitignore"
|
96
|
-
- ".idea/encodings.xml"
|
97
|
-
- ".idea/misc.xml"
|
98
|
-
- ".idea/modules.xml"
|
99
96
|
- ".travis.yml"
|
100
97
|
- CHANGELOG.md
|
101
98
|
- CODE_OF_CONDUCT.md
|
102
99
|
- Gemfile
|
103
|
-
- Gemfile.lock
|
104
100
|
- LICENSE.txt
|
105
101
|
- README.md
|
106
102
|
- Rakefile
|
@@ -131,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
127
|
version: '0'
|
132
128
|
requirements: []
|
133
129
|
rubyforge_project:
|
134
|
-
rubygems_version: 2.6.
|
130
|
+
rubygems_version: 2.6.8
|
135
131
|
signing_key:
|
136
132
|
specification_version: 4
|
137
133
|
summary: Generating Naver map API
|
data/.idea/encodings.xml
DELETED
data/.idea/misc.xml
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
4
|
-
<OptionsSetting value="true" id="Add" />
|
5
|
-
<OptionsSetting value="true" id="Remove" />
|
6
|
-
<OptionsSetting value="true" id="Checkout" />
|
7
|
-
<OptionsSetting value="true" id="Update" />
|
8
|
-
<OptionsSetting value="true" id="Status" />
|
9
|
-
<OptionsSetting value="true" id="Edit" />
|
10
|
-
<ConfirmationsSetting value="0" id="Add" />
|
11
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
12
|
-
</component>
|
13
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="rbenv: 2.2.2" project-jdk-type="RUBY_SDK" />
|
14
|
-
</project>
|
data/.idea/modules.xml
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectModuleManager">
|
4
|
-
<modules>
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/naver_map.iml" filepath="$PROJECT_DIR$/.idea/naver_map.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
data/Gemfile.lock
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
naver_map (0.2.2)
|
5
|
-
rest-client (~> 2.0, >= 2.0.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
domain_name (0.5.20161021)
|
11
|
-
unf (>= 0.0.5, < 1.0.0)
|
12
|
-
http-cookie (1.0.3)
|
13
|
-
domain_name (~> 0.5)
|
14
|
-
mime-types (3.1)
|
15
|
-
mime-types-data (~> 3.2015)
|
16
|
-
mime-types-data (3.2016.0521)
|
17
|
-
minitest (5.8.5)
|
18
|
-
netrc (0.11.0)
|
19
|
-
rake (11.2.2)
|
20
|
-
rest-client (2.0.0)
|
21
|
-
http-cookie (>= 1.0.2, < 2.0)
|
22
|
-
mime-types (>= 1.16, < 4.0)
|
23
|
-
netrc (~> 0.8)
|
24
|
-
unf (0.1.4)
|
25
|
-
unf_ext
|
26
|
-
unf_ext (0.0.7.2)
|
27
|
-
|
28
|
-
PLATFORMS
|
29
|
-
ruby
|
30
|
-
|
31
|
-
DEPENDENCIES
|
32
|
-
bundler (~> 1.13)
|
33
|
-
minitest (~> 5.8, >= 5.8.3)
|
34
|
-
naver_map!
|
35
|
-
rake (~> 11.2, >= 11.2.2)
|
36
|
-
|
37
|
-
BUNDLED WITH
|
38
|
-
1.13.6
|