adherent 0.2.6 → 0.2.7
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/app/controllers/adherent/members_controller.rb +1 -1
- data/lib/adherent/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 364043fd343a2914f52cb95037cce70fc6d270c7
|
|
4
|
+
data.tar.gz: adb29ecea303f5a166dc9c7570c10b626ba85234
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d1bfd39b14d8bf67849bd9e1e71bd454c06d5743c19d4c876d11735350412338fca7414b12c589a76f4a21a52848bcd533a2b77508c317fe09fa4524df553e0
|
|
7
|
+
data.tar.gz: de8a880f9cfc0e5239666d8e9f2e24e3e25310885f54a1a22f7086c5edaf4863a5f90d0f9b28c382527fc946fc7df8894eed0ad4180a928b24bd66d52b780d15
|
|
@@ -16,7 +16,7 @@ module Adherent
|
|
|
16
16
|
:filename=>"#{@organism.title}-#{dashed_date(Date.today)}-Membres.csv" }
|
|
17
17
|
|
|
18
18
|
format.xls { send_data Adherent::QueryMember.to_xls(@organism),
|
|
19
|
-
:filename=>"#{@organism.title}-#{dashed_date(Date.today)}-Membres.
|
|
19
|
+
:filename=>"#{@organism.title}-#{dashed_date(Date.today)}-Membres.csv" }
|
|
20
20
|
format.json { render json:@members }
|
|
21
21
|
end
|
|
22
22
|
end
|
data/lib/adherent/version.rb
CHANGED
|
@@ -14,5 +14,5 @@ module Adherent
|
|
|
14
14
|
# VERSION = "0.2.2.3" # adaptation à la précompilation des assets
|
|
15
15
|
# VERSION = "0.2.2.4" # correction des références des assets data_tables
|
|
16
16
|
# VERSION = '0.2.3' # Ajout d'un champ comment pour les paiements
|
|
17
|
-
VERSION = '0.2.
|
|
17
|
+
VERSION = '0.2.7' # Insertion icone et action export csv xls pour members
|
|
18
18
|
end
|