mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
use strip for consistency during my gems
This commit is contained in:
parent
fc96366528
commit
af5d335e2d
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.5.1
|
||||
0.5.2
|
|
@ -7,7 +7,7 @@ module FbGraph2
|
|||
|
||||
self.root_url = 'https://graph.facebook.com'
|
||||
self.api_version = 'v2.0'
|
||||
self.gem_version = File.read(File.join(__dir__, '../VERSION')).delete("\n\r")
|
||||
self.gem_version = File.read(File.join(__dir__, '../VERSION')).strip
|
||||
self.logger = Logger.new(STDOUT)
|
||||
self.logger.progname = 'FbGraph2'
|
||||
self.object_classes = Array.new
|
||||
|
|
Loading…
Add table
Reference in a new issue