plinth 0.0.1.beta.2 → 0.0.1.beta.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile +1 -1
  2. data/Gemfile.lock +2 -2
  3. data/lib/plinth/version.rb +1 -1
  4. metadata +2 -2
data/Gemfile CHANGED
@@ -24,7 +24,7 @@ gem "haml-rails"
24
24
  gem 'kramdown'
25
25
  gem 'kramdown-haml'
26
26
  gem 'thin'
27
- gem 'formtastic'
27
+ gem 'formtastic', '~> 2.3.0.rc2'
28
28
  gem 'rb-readline'
29
29
 
30
30
  #
data/Gemfile.lock CHANGED
@@ -85,7 +85,7 @@ GEM
85
85
  dotenv (>= 0.7)
86
86
  thor (>= 0.13.6)
87
87
  formatador (0.2.4)
88
- formtastic (2.2.1)
88
+ formtastic (2.3.0.rc2)
89
89
  actionpack (>= 3.0)
90
90
  fssm (0.2.10)
91
91
  growl (1.0.3)
@@ -223,7 +223,7 @@ DEPENDENCIES
223
223
  coffee-rails (~> 4.0.0)
224
224
  compass-rails (~> 1.1.2)
225
225
  foreman
226
- formtastic
226
+ formtastic (~> 2.3.0.rc2)
227
227
  growl
228
228
  guard-jasmine
229
229
  haml
@@ -1,3 +1,3 @@
1
1
  module Plinth
2
- VERSION = "0.0.1.beta.2"
2
+ VERSION = "0.0.1.beta.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plinth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta.2
4
+ version: 0.0.1.beta.3
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-12-11 00:00:00.000000000 Z
13
+ date: 2013-12-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: haml