mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Implementing Countable.js to count words.
Changed the words_count method to work with countable.js Added the gem for countable.js
This commit is contained in:
parent
8b5d6603af
commit
c1b81755c9
5 changed files with 17 additions and 14 deletions
|
|
@ -125,6 +125,8 @@ GEM
|
|||
execjs
|
||||
coffee-script-source (1.10.0)
|
||||
columnize (0.8.9)
|
||||
countable-rails (0.0.1)
|
||||
railties (>= 3.1)
|
||||
countries (1.2.5)
|
||||
currencies (~> 0.4.2)
|
||||
i18n_data (~> 0.7.0)
|
||||
|
|
@ -555,6 +557,7 @@ DEPENDENCIES
|
|||
chart-js-rails
|
||||
cloudinary
|
||||
cocoon
|
||||
countable-rails (~> 0.0.1)
|
||||
country_select
|
||||
coveralls
|
||||
daemons
|
||||
|
|
@ -634,4 +637,4 @@ DEPENDENCIES
|
|||
whenever
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.5
|
||||
1.14.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue