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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: afdfc7a5a1c1dbd88bda59862f7afb7c25724087
4
- data.tar.gz: 7503892882aecec83cc212212473b755393bea83
3
+ metadata.gz: b9b71dc44e0931f69c19d880af8e6634688c66e4
4
+ data.tar.gz: f2fb984a4bd4d1b5d6016aa1fcc54749cf676978
5
5
  SHA512:
6
- metadata.gz: caee5dc6fd52514ee2e8d00429440c8f3585756376e304c4997901099d5324d32dfe8ef7540a252302db3b021cc93f83a6a93b3d8dde34f48f766cdf5a17f12a
7
- data.tar.gz: 0273f0d9089a467644fc4b7508fdff5cde17d704df18039e508bb42184b23ebbf882f1b8ff8413a4203d076145c4c9d5549e17bdc297fec594563aadd96a6d64
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
- # User-specific stuff:
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
@@ -1,3 +1,5 @@
1
+ * 0.2.4
2
+ * Gemfile.lock 제외시킴
1
3
  * 0.2.3
2
4
  * invalid key에 대한 에러 메시지 추가
3
5
  * 0.2.2
@@ -1,3 +1,3 @@
1
1
  class NaverMap
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
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.3
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-17 00:00:00.000000000 Z
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.6
130
+ rubygems_version: 2.6.8
135
131
  signing_key:
136
132
  specification_version: 4
137
133
  summary: Generating Naver map API
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding">
4
- <file url="PROJECT" charset="UTF-8" />
5
- </component>
6
- </project>
@@ -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>
@@ -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>
@@ -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