osm 0.4.1 → 0.4.2
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.
- data/.travis.yml +1 -0
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/osm/section.rb +1 -1
- data/version.rb +1 -1
- metadata +2 -2
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
##Build State
|
6
|
-
This project uses continuous integration to help ensure that a quality product is delivered.
|
6
|
+
This project uses continuous integration to help ensure that a quality product is delivered. It is tested using ruby 1.9.2 and 1.9.3 other versions may work but are not guarenteed (since they aren't tested).
|
7
7
|
Travis CI monitors two branches (versions) of the code - Master (which is what gets released)
|
8
8
|
and Staging (which is what is currently being debugged ready for moving to master).
|
9
9
|
|
data/lib/osm/section.rb
CHANGED
@@ -259,7 +259,7 @@ module Osm
|
|
259
259
|
require_access_to_section(api, self, options)
|
260
260
|
cache_key = ['notepad', id]
|
261
261
|
|
262
|
-
if !options[:no_cache] && cache_exist?(api, cache_key) && can_access_section?(api,
|
262
|
+
if !options[:no_cache] && cache_exist?(api, cache_key) && can_access_section?(api, self.id)
|
263
263
|
return cache_read(api, cache_key)
|
264
264
|
end
|
265
265
|
|
data/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: osm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|