1
0
Fork 0
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:
nov 2015-04-03 17:30:40 +09:00
parent fc96366528
commit af5d335e2d
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
0.5.1
0.5.2

View file

@ -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