chart-candy 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/en.yml +36 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80f1e7a6559fc2736d6411489a3e05c6fdb674e3
|
|
4
|
+
data.tar.gz: 48c30b10da75688817e576def67e86fb623bf8af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 485f873e4acfd3ffcfec0ed4e31321e7cf4105ba4f3fff99d4db919705fea85b48d56cb9e76aba7b0b9fabdc3009b216236d90c2c5f1ec22a8dd2defdf3f2da7
|
|
7
|
+
data.tar.gz: 5a46d6dd4bd66c653888fe43a48408f87e6db63eeacfb050f9e4d97ec965eccff54ac5bcda6f3cdea68b04518118a8ce02b7aa8a6ea7e009e9dd6a9bde0b1207
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
en:
|
|
2
|
+
date:
|
|
3
|
+
abbr_day_names: [Mon, Tues, Wed, Thurs, Fri, Sat, Sun]
|
|
4
|
+
day_names: [Sunday, Monday Tuesday, Wednesday, Thursday, Friday, Saturday]
|
|
5
|
+
abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sept, Oct, Nov, Dec]
|
|
6
|
+
month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
|
|
7
|
+
|
|
8
|
+
chart_candy:
|
|
9
|
+
base:
|
|
10
|
+
steps:
|
|
11
|
+
day: Daily
|
|
12
|
+
week: Weekly
|
|
13
|
+
month: Monthly
|
|
14
|
+
|
|
15
|
+
template:
|
|
16
|
+
table: Table
|
|
17
|
+
chart: Chart
|
|
18
|
+
|
|
19
|
+
xls_export: "Export to Excel"
|
|
20
|
+
|
|
21
|
+
date:
|
|
22
|
+
period:
|
|
23
|
+
label: Period from
|
|
24
|
+
label_month: Period from
|
|
25
|
+
to: to
|
|
26
|
+
to_month: to
|
|
27
|
+
week: "Week of"
|
|
28
|
+
|
|
29
|
+
time:
|
|
30
|
+
formats:
|
|
31
|
+
chart_candy_date_without_day: "%B %Y"
|
|
32
|
+
chart_candy_date_long: "%e %B %Y"
|
|
33
|
+
chart_candy_date_long_without_year: "%e %B"
|
|
34
|
+
chart_candy_day: "%e"
|
|
35
|
+
chart_candy_long: "%e %B %Y à %H:%M"
|
|
36
|
+
chart_candy_year: "%Y"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chart-candy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastien Rosa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: spreadsheet
|
|
@@ -78,6 +78,7 @@ files:
|
|
|
78
78
|
- app/assets/stylesheets/chart_candy/index.css
|
|
79
79
|
- app/assets/stylesheets/chart_candy/line.css.scss
|
|
80
80
|
- app/controllers/candy_charts_controller.rb
|
|
81
|
+
- config/locales/en.yml
|
|
81
82
|
- config/locales/fr.yml
|
|
82
83
|
- config/routes.rb
|
|
83
84
|
- lib/chart-candy.rb
|
|
@@ -116,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
117
|
version: '0'
|
|
117
118
|
requirements: []
|
|
118
119
|
rubyforge_project: chart-candy
|
|
119
|
-
rubygems_version: 2.2.
|
|
120
|
+
rubygems_version: 2.2.2
|
|
120
121
|
signing_key:
|
|
121
122
|
specification_version: 4
|
|
122
123
|
summary: Chart Candy use D3.js library to quickly render AJAX charts in your Rails
|