chart-candy 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/locales/en.yml +36 -0
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a84a6a83a40eeae57e6d3f3e30ccbdb0404668a
4
- data.tar.gz: 4c203df4f94ed0acc7942e4b9f99af2f13cf20be
3
+ metadata.gz: 80f1e7a6559fc2736d6411489a3e05c6fdb674e3
4
+ data.tar.gz: 48c30b10da75688817e576def67e86fb623bf8af
5
5
  SHA512:
6
- metadata.gz: 53c8d80484b65ab97c4da437247fb52b3a49a1f7ee6e1f749fe524ad4dd6f1a0e3bc0a83e64ef4e8aac82c84581305bc7ed5d2f5987793c8660ac885d5922621
7
- data.tar.gz: 9ddde4f4f8d1e425662957f3be4fcd3419ca6c80f0ae6480eda92ebe02a340be6954e7fd298b82a13c7d75110d6a713dc6ed460ce9b0f49b1f280247f6b02608
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.0
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-03-19 00:00:00.000000000 Z
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.0
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