lib/contentful_importer.rb in storageroom-to-contentful-0.0.1 vs lib/contentful_importer.rb in storageroom-to-contentful-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ def initialize Contentful::Management::Client.new(CREDENTIALS['ACCESS_TOKEN']) end def create_space - puts 'Write your contentful name of space:' + puts 'Name for a new created space on Contentful:' name_space = gets.strip @space = Contentful::Management::Space.create(name: name_space, organization_id: CREDENTIALS['ORGANIZATION_ID']) end def import_content_types