circle_speech_balloon 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module CircleSpeechBalloon
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -0,0 +1,10 @@
1
+ namespace :circle_speech_balloon do
2
+ desc "Import json format speech balloon data"
3
+ task :import => :environment do
4
+ json = File.expand_path('../../../', __FILE__) + '/db/work/circle_speech_balloon_templates.json'
5
+ puts 'Importing ' + json + "\n"
6
+ r = SpeechBalloonTemplate.import json
7
+ SpeechBalloonTemplate.disp_import_error r
8
+ end
9
+
10
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circle_speech_balloon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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-06-30 00:00:00.000000000 Z
12
+ date: 2013-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -118,6 +118,7 @@ files:
118
118
  - lib/circle_speech_balloon/engine.rb
119
119
  - lib/circle_speech_balloon/version.rb
120
120
  - lib/circle_speech_balloon.rb
121
+ - lib/tasks/circle_speech_balloon.rake
121
122
  - lib/tasks/circle_speech_balloon_tasks.rake
122
123
  - MIT-LICENSE
123
124
  - Rakefile