plain_speech_balloon 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- <h1><%= t('.title') %></h1>
1
+ <h1><%= t('speech_balloons.edit.title') %></h1>
2
2
  <p id="notice"><%= notice %></p>
3
3
 
4
4
  <h2><%= t('home.index.catch') -%></h2>
@@ -1,4 +1,4 @@
1
- <h1><%= t('.title') %></h1>
1
+ <h1><%= t('speech_balloons.new.title') %></h1>
2
2
  <p id="notice"><%= notice %></p>
3
3
 
4
4
  <h2><%= t('home.index.catch') -%></h2>
@@ -0,0 +1,6 @@
1
+ ja:
2
+ activerecord:
3
+ models:
4
+ attributes:
5
+ plain_speech_balloon:
6
+ new:
@@ -1,3 +1,3 @@
1
1
  module PlainSpeechBalloon
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plain_speech_balloon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
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-07-11 00:00:00.000000000 Z
12
+ date: 2013-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -76,6 +76,7 @@ files:
76
76
  - app/views/plain_speech_balloon/speech_balloons/_form.html.erb
77
77
  - app/views/plain_speech_balloon/speech_balloons/_scenario.html.erb
78
78
  - app/views/plain_speech_balloon/speech_balloons/_standard.html.erb
79
+ - config/locales/plain_speech_balloon.ja.yml
79
80
  - config/routes.rb
80
81
  - db/migrate/20130628082138_create_plain_speech_balloon_speech_balloons.rb
81
82
  - db/migrate/20130628082206_create_plain_speech_balloon_balloons.rb